Html Css Color HEX #CB06FF Electric Purple

📋 copy color: '#CB06FF'

red 203 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #CB06FF

Tints of Electric Purple #CB06FF

RGB

 RED value IS 203 (79.69% from 255) = 43.75%

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

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

R = 43.75%
G = 1.29%
B = 54.96%

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

#CB06FF (or 0xCB06FF) is known color: Electric Purple. HEX triplet: CB, 06 and FF. RGB value is (203,6,255). Sum of RGB (Red+Green+Blue) = 203+6+255=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06FF is #34F900. Grayscale: #5C5C5C. Windows color (decimal): -3471617 or 16713419. OLE color: 16713419.

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

Color convert

RGB 203 6 255 -
CMYK 0.20 0.98 0 0
HSL 287.47º 1% 0.51% -
HSV(B) 287.47º 0.98% 1% -
XYZ 42.74 20.05 96.22 -
YUV 93.29 219.27 206.25 -
System Red Green Blue C M Y K H S L
Decimal 203 6 255 0.20 0.98 0 0 287.47 1 0.51
Hex CB 6 FF 14 62 0 0 11F 64 33
Octal 313 6 377 24 142 0 0 437 144 63
Binary 11001011 110 11111111 10100 1100010 0 0 100011111 1100100 110011

Color Harmonies of #CB06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06FF

Black with #CB06FF

Text Example


Text Example

White with #CB06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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