Html Css Color HEX #CD12FF Electric Purple

📋 copy color: '#CD12FF'

red 205 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #CD12FF

Tints of Electric Purple #CD12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.77%

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

R = 42.89%
G = 3.77%
B = 53.35%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD12FF (or 0xCD12FF) is known color: Electric Purple. HEX triplet: CD, 12 and FF. RGB value is (205,18,255). Sum of RGB (Red+Green+Blue) = 205+18+255=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD12FF is #32ED00. Grayscale: #646464. Windows color (decimal): -3337473 or 16716493. OLE color: 16716493.

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

Color convert

RGB 205 18 255 -
CMYK 0.20 0.93 0 0
HSL 287.34º 1% 0.54% -
HSV(B) 287.34º 0.93% 1% -
XYZ 43.44 20.63 96.3 -
YUV 100.93 214.95 202.23 -
System Red Green Blue C M Y K H S L
Decimal 205 18 255 0.20 0.93 0 0 287.34 1 0.54
Hex CD 12 FF 14 5D 0 0 11F 64 36
Octal 315 22 377 24 135 0 0 437 144 66
Binary 11001101 10010 11111111 10100 1011101 0 0 100011111 1100100 110110

Color Harmonies of #CD12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD12FF

Black with #CD12FF

Text Example


Text Example

White with #CD12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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