Html Css Color HEX #CB0EF7 Electric Purple

📋 copy color: '#CB0EF7'

red 203 ◦ green 14 ◦ blue 247

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

Shades of Electric Purple #CB0EF7

Tints of Electric Purple #CB0EF7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

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

R = 43.75%
G = 3.02%
B = 53.23%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB0EF7 (or 0xCB0EF7) is known color: Electric Purple. HEX triplet: CB, 0E and F7. RGB value is (203,14,247). Sum of RGB (Red+Green+Blue) = 203+14+247=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB0EF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EF7 is #34F108. Grayscale: #606060. Windows color (decimal): -3469577 or 16191179. OLE color: 16191179.

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

Color convert

RGB 203 14 247 -
CMYK 0.18 0.94 0 0.03
HSL 288.67º 0.94% 0.51% -
HSV(B) 288.67º 0.94% 0.97% -
XYZ 41.57 19.73 89.61 -
YUV 97.07 212.62 203.55 -
System Red Green Blue C M Y K H S L
Decimal 203 14 247 0.18 0.94 0 0.03 288.67 0.94 0.51
Hex CB E F7 12 5E 0 3 121 5E 33
Octal 313 16 367 22 136 0 3 441 136 63
Binary 11001011 1110 11110111 10010 1011110 0 11 100100001 1011110 110011

Color Harmonies of #CB0EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EF7

Black with #CB0EF7

Text Example


Text Example

White with #CB0EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EF7; }

 p { color: rgb(203,14,247); }

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

background-color css

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

 a { background-color: rgb(203,14,247); }

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

border-color css

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

 span { border-color: rgb(203,14,247); }

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