Html Css Color HEX #CC0BF7 Electric Purple

📋 copy color: '#CC0BF7'

red 204 ◦ green 11 ◦ blue 247

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

Shades of Electric Purple #CC0BF7

Tints of Electric Purple #CC0BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 44.16%
G = 2.38%
B = 53.46%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC0BF7 (or 0xCC0BF7) is known color: Electric Purple. HEX triplet: CC, 0B and F7. RGB value is (204,11,247). Sum of RGB (Red+Green+Blue) = 204+11+247=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC0BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BF7 is #33F408. Grayscale: #5E5E5E. Windows color (decimal): -3404809 or 16190412. OLE color: 16190412.

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

Color convert

RGB 204 11 247 -
CMYK 0.17 0.96 0 0.03
HSL 289.07º 0.94% 0.51% -
HSV(B) 289.07º 0.96% 0.97% -
XYZ 41.81 19.79 89.61 -
YUV 95.61 213.44 205.31 -
System Red Green Blue C M Y K H S L
Decimal 204 11 247 0.17 0.96 0 0.03 289.07 0.94 0.51
Hex CC B F7 11 60 0 3 121 5E 33
Octal 314 13 367 21 140 0 3 441 136 63
Binary 11001100 1011 11110111 10001 1100000 0 11 100100001 1011110 110011

Color Harmonies of #CC0BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BF7

Black with #CC0BF7

Text Example


Text Example

White with #CC0BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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