Html Css Color HEX #CB06FD Electric Purple

📋 copy color: '#CB06FD'

red 203 ◦ green 6 ◦ blue 253

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

Shades of Electric Purple #CB06FD

Tints of Electric Purple #CB06FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 43.94%
G = 1.3%
B = 54.76%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB06FD (or 0xCB06FD) is known color: Electric Purple. HEX triplet: CB, 06 and FD. RGB value is (203,6,253). Sum of RGB (Red+Green+Blue) = 203+6+253=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB06FD is #34F902. Grayscale: #5C5C5C. Windows color (decimal): -3471619 or 16582347. OLE color: 16582347.

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

Color convert

RGB 203 6 253 -
CMYK 0.20 0.98 0 0.01
HSL 287.85º 0.98% 0.51% -
HSV(B) 287.85º 0.98% 0.99% -
XYZ 42.42 19.92 94.54 -
YUV 93.06 218.27 206.42 -
System Red Green Blue C M Y K H S L
Decimal 203 6 253 0.20 0.98 0 0.01 287.85 0.98 0.51
Hex CB 6 FD 14 62 0 1 120 62 33
Octal 313 6 375 24 142 0 1 440 142 63
Binary 11001011 110 11111101 10100 1100010 0 1 100100000 1100010 110011

Color Harmonies of #CB06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06FD

Black with #CB06FD

Text Example


Text Example

White with #CB06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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