#CD0CF9

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

Shades of Electric Purple #CD0CF9

Tints of Electric Purple #CD0CF9

Color information

#CD0CF9 (or 0xCD0CF9) is unknown color: approx Electric Purple. HEX triplet: CD, 0C and F9. RGB value is (205,12,249). Sum of RGB (Red+Green+Blue) = 205+12+249=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD0CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CF9 is #32F306. Grayscale: #5F5F5F. Windows color (decimal): -3339015 or 16321741. OLE color: 16321741.

HSL color Cylindrical-coordinate representation of color #CD0CF9: hue angle of 288.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CF9 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20512249-
CMYK0.180.9500.02
HSL288.86º95.18%51.18%-
HSV(B)288.86º95.18%97.65%-
XYZ42.4120.0891.26-
YUV96.72213.94205.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 12 (5.08% from 255) = 2.58%
BLUE value IS 249 (97.66% from 255) = 53.43%
R=43.99%
G=2.58%
B=53.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205122490.180.9500.02288.8695.1851.18
HexCDCF9125F021215f33
Octal31514371221370244113763
Binary110011011100111110011001010111110101001000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0CF9; }

 p { color: rgb(205,12,249); }

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

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

 a { background-color: rgb(205,12,249); }

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

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

 span { border-color: rgb(205,12,249); }

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