Html Css Color HEX #CC0BFA Electric Purple

📋 copy color: '#CC0BFA'

red 204 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #CC0BFA

Tints of Electric Purple #CC0BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 43.87%
G = 2.37%
B = 53.76%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0BFA (or 0xCC0BFA) is known color: Electric Purple. HEX triplet: CC, 0B and FA. RGB value is (204,11,250). Sum of RGB (Red+Green+Blue) = 204+11+250=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BFA is #33F405. Grayscale: #5F5F5F. Windows color (decimal): -3404806 or 16387020. OLE color: 16387020.

HSL color Cylindrical-coordinate representation of color #CC0BFA: hue angle of 288.45º degrees, saturation: 0.96, 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 #CC0BFA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 11 250 -
CMYK 0.18 0.96 0 0.02
HSL 288.45º 0.96% 0.51% -
HSV(B) 288.45º 0.96% 0.98% -
XYZ 42.28 19.98 92.07 -
YUV 95.95 214.94 205.07 -
System Red Green Blue C M Y K H S L
Decimal 204 11 250 0.18 0.96 0 0.02 288.45 0.96 0.51
Hex CC B FA 12 60 0 2 120 60 33
Octal 314 13 372 22 140 0 2 440 140 63
Binary 11001100 1011 11111010 10010 1100000 0 10 100100000 1100000 110011

Color Harmonies of #CC0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BFA

Black with #CC0BFA

Text Example


Text Example

White with #CC0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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