#CD10F0

Color #CD10F0 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #CD10F0

Tints of Psychedelic Purple #CD10F0

Color information

#CD10F0 (or 0xCD10F0) is unknown color: approx Psychedelic Purple. HEX triplet: CD, 10 and F0. RGB value is (205,16,240). Sum of RGB (Red+Green+Blue) = 205+16+240=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD10F0 is #32EF0F. Grayscale: #616161. Windows color (decimal): -3338000 or 15732941. OLE color: 15732941.

HSL color Cylindrical-coordinate representation of color #CD10F0: hue angle of 290.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD10F0 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20516240-
CMYK0.150.9300.06
HSL290.62º88.19%50.2%-
HSV(B)290.62º93.33%94.12%-
XYZ41.0919.6484.06-
YUV98.05208.12204.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 16 (6.64% from 255) = 3.47%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=44.47%
G=3.47%
B=52.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205162400.150.9300.06290.6288.1950.2
HexCD10F0F5D061235832
Octal31520360171350644313062
Binary1100110110000111100001111101110101101001000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD10F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD10F0; }

 p { color: rgb(205,16,240); }

 H1.HeaderClassName
 {
   color: #CD10F0;
 }
 .AnyTagClassName
 {
   color: #CD10F0;
 }
</style>
background-color css

<style>
 a { background-color: #CD10F0; }

 a { background-color: rgb(205,16,240); }

 div.DivClassName
 {
   background-color: #CD10F0;
 }
 .BgClassName
 {
   background-color: #CD10F0;
 }
</style>
border-color css

<style>
 span { border-color: #CD10F0; }

 span { border-color: rgb(205,16,240); }

 td.TdClassName
 {
   border-color: #CD10F0;
 }
 .TagClassName
 {
   border-color: #CD10F0;
 }
</style>