Html Css Color HEX #CA06FF Electric Purple

📋 copy color: '#CA06FF'

red 202 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #CA06FF

Tints of Electric Purple #CA06FF

RGB

 RED value IS 202 (79.3% from 255) = 43.63%

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

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

R = 43.63%
G = 1.3%
B = 55.08%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA06FF (or 0xCA06FF) is known color: Electric Purple. HEX triplet: CA, 06 and FF. RGB value is (202,6,255). Sum of RGB (Red+Green+Blue) = 202+6+255=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06FF is #35F900. Grayscale: #5C5C5C. Windows color (decimal): -3537153 or 16713418. OLE color: 16713418.

HSL color Cylindrical-coordinate representation of color #CA06FF: hue angle of 287.23º 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 #CA06FF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 6 255 -
CMYK 0.21 0.98 0 0
HSL 287.23º 1% 0.51% -
HSV(B) 287.23º 0.98% 1% -
XYZ 42.47 19.91 96.21 -
YUV 92.99 219.43 205.75 -
System Red Green Blue C M Y K H S L
Decimal 202 6 255 0.21 0.98 0 0 287.23 1 0.51
Hex CA 6 FF 15 62 0 0 11F 64 33
Octal 312 6 377 25 142 0 0 437 144 63
Binary 11001010 110 11111111 10101 1100010 0 0 100011111 1100100 110011

Color Harmonies of #CA06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06FF

Black with #CA06FF

Text Example


Text Example

White with #CA06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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