Html Css Color HEX #CB0CFB Electric Purple

📋 copy color: '#CB0CFB'

red 203 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #CB0CFB

Tints of Electric Purple #CB0CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.58%

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

R = 43.56%
G = 2.58%
B = 53.86%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0CFB (or 0xCB0CFB) is known color: Electric Purple. HEX triplet: CB, 0C and FB. RGB value is (203,12,251). Sum of RGB (Red+Green+Blue) = 203+12+251=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 12 (5.08% from 255 or 2.58% 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 #CB0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CFB is #34F304. Grayscale: #5F5F5F. Windows color (decimal): -3470085 or 16452811. OLE color: 16452811.

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

Color convert

RGB 203 12 251 -
CMYK 0.19 0.95 0 0.02
HSL 287.95º 0.97% 0.52% -
HSV(B) 287.95º 0.95% 0.98% -
XYZ 42.17 19.92 92.89 -
YUV 96.36 215.28 204.07 -
System Red Green Blue C M Y K H S L
Decimal 203 12 251 0.19 0.95 0 0.02 287.95 0.97 0.52
Hex CB C FB 13 5F 0 2 120 61 34
Octal 313 14 373 23 137 0 2 440 141 64
Binary 11001011 1100 11111011 10011 1011111 0 10 100100000 1100001 110100

Color Harmonies of #CB0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CFB

Black with #CB0CFB

Text Example


Text Example

White with #CB0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CFB; }

 p { color: rgb(203,12,251); }

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

background-color css

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

 a { background-color: rgb(203,12,251); }

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

border-color css

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

 span { border-color: rgb(203,12,251); }

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