Html Css Color HEX #CB0CF6 Electric Purple

📋 copy color: '#CB0CF6'

red 203 ◦ green 12 ◦ blue 246

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

Shades of Electric Purple #CB0CF6

Tints of Electric Purple #CB0CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 44.03%
G = 2.6%
B = 53.36%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB0CF6 (or 0xCB0CF6) is known color: Electric Purple. HEX triplet: CB, 0C and F6. RGB value is (203,12,246). Sum of RGB (Red+Green+Blue) = 203+12+246=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB0CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CF6 is #34F309. Grayscale: #5F5F5F. Windows color (decimal): -3470090 or 16125131. OLE color: 16125131.

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

Color convert

RGB 203 12 246 -
CMYK 0.17 0.95 0 0.04
HSL 288.97º 0.93% 0.51% -
HSV(B) 288.97º 0.95% 0.96% -
XYZ 41.39 19.61 88.79 -
YUV 95.79 212.78 204.47 -
System Red Green Blue C M Y K H S L
Decimal 203 12 246 0.17 0.95 0 0.04 288.97 0.93 0.51
Hex CB C F6 11 5F 0 4 121 5D 33
Octal 313 14 366 21 137 0 4 441 135 63
Binary 11001011 1100 11110110 10001 1011111 0 100 100100001 1011101 110011

Color Harmonies of #CB0CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CF6

Black with #CB0CF6

Text Example


Text Example

White with #CB0CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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