Html Css Color HEX #CC0BFB Electric Purple

📋 copy color: '#CC0BFB'

red 204 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #CC0BFB

Tints of Electric Purple #CC0BFB

RGB

 RED value IS 204 (80.08% from 255) = 43.78%

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 43.78%
G = 2.36%
B = 53.86%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0BFB (or 0xCC0BFB) is known color: Electric Purple. HEX triplet: CC, 0B and FB. RGB value is (204,11,251). Sum of RGB (Red+Green+Blue) = 204+11+251=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC0BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BFB is #33F404. Grayscale: #5F5F5F. Windows color (decimal): -3404805 or 16452556. OLE color: 16452556.

HSL color Cylindrical-coordinate representation of color #CC0BFB: hue angle of 288.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0BFB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 11 251 -
CMYK 0.19 0.96 0 0.02
HSL 288.25º 0.97% 0.51% -
HSV(B) 288.25º 0.96% 0.98% -
XYZ 42.43 20.04 92.9 -
YUV 96.07 215.44 204.99 -
System Red Green Blue C M Y K H S L
Decimal 204 11 251 0.19 0.96 0 0.02 288.25 0.97 0.51
Hex CC B FB 13 60 0 2 120 61 33
Octal 314 13 373 23 140 0 2 440 141 63
Binary 11001100 1011 11111011 10011 1100000 0 10 100100000 1100001 110011

Color Harmonies of #CC0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BFB

Black with #CC0BFB

Text Example


Text Example

White with #CC0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BFB; }

 p { color: rgb(204,11,251); }

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

background-color css

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

 a { background-color: rgb(204,11,251); }

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

border-color css

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

 span { border-color: rgb(204,11,251); }

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