Html Css Color HEX #CD06FF Electric Purple

📋 copy color: '#CD06FF'

red 205 ◦ green 6 ◦ blue 255

#CD06FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CD06FF

Tints of Electric Purple #CD06FF

RGB

 RED value IS 205 (80.47% from 255) = 43.99%

 GREEN value IS 6 (2.73% from 255) = 1.29%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 43.99%
G = 1.29%
B = 54.72%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD06FF (or 0xCD06FF) is known color: Electric Purple. HEX triplet: CD, 06 and FF. RGB value is (205,6,255). Sum of RGB (Red+Green+Blue) = 205+6+255=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD06FF is #32F900. Grayscale: #5D5D5D. Windows color (decimal): -3340545 or 16713421. OLE color: 16713421.

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

Color convert

RGB 205 6 255 -
CMYK 0.20 0.98 0 0
HSL 287.95º 1% 0.51% -
HSV(B) 287.95º 0.98% 1% -
XYZ 43.29 20.33 96.25 -
YUV 93.89 218.93 207.25 -
System Red Green Blue C M Y K H S L
Decimal 205 6 255 0.20 0.98 0 0 287.95 1 0.51
Hex CD 6 FF 14 62 0 0 120 64 33
Octal 315 6 377 24 142 0 0 440 144 63
Binary 11001101 110 11111111 10100 1100010 0 0 100100000 1100100 110011

Color Harmonies of #CD06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD06FF

Black with #CD06FF

Text Example


Text Example

White with #CD06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD06FF; }

 p { color: rgb(205,6,255); }

 H1.HeaderClassName
 {
   color: #CD06FF;
 }
 .AnyTagClassName
 {
   color: #CD06FF;
 }
</style>

background-color css

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

 a { background-color: rgb(205,6,255); }

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

border-color css

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

 span { border-color: rgb(205,6,255); }

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