Html Css Color HEX #CD06F2 Electric Purple

📋 copy color: '#CD06F2'

red 205 ◦ green 6 ◦ blue 242

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

Shades of Electric Purple #CD06F2

Tints of Electric Purple #CD06F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 45.25%
G = 1.32%
B = 53.42%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CD06F2 (or 0xCD06F2) is known color: Electric Purple. HEX triplet: CD, 06 and F2. RGB value is (205,6,242). Sum of RGB (Red+Green+Blue) = 205+6+242=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD06F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD06F2 is #32F90D. Grayscale: #5B5B5B. Windows color (decimal): -3340558 or 15861453. OLE color: 15861453.

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

Color convert

RGB 205 6 242 -
CMYK 0.15 0.98 0 0.05
HSL 290.59º 0.95% 0.49% -
HSV(B) 290.59º 0.98% 0.95% -
XYZ 41.27 19.52 85.6 -
YUV 92.41 212.43 208.31 -
System Red Green Blue C M Y K H S L
Decimal 205 6 242 0.15 0.98 0 0.05 290.59 0.95 0.49
Hex CD 6 F2 F 62 0 5 123 5F 31
Octal 315 6 362 17 142 0 5 443 137 61
Binary 11001101 110 11110010 1111 1100010 0 101 100100011 1011111 110001

Color Harmonies of #CD06F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD06F2

Black with #CD06F2

Text Example


Text Example

White with #CD06F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD06F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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