Html Css Color HEX #CB0FF7 Electric Purple

📋 copy color: '#CB0FF7'

red 203 ◦ green 15 ◦ blue 247

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

Shades of Electric Purple #CB0FF7

Tints of Electric Purple #CB0FF7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

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

R = 43.66%
G = 3.23%
B = 53.12%

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

#CB0FF7 (or 0xCB0FF7) is known color: Electric Purple. HEX triplet: CB, 0F and F7. RGB value is (203,15,247). Sum of RGB (Red+Green+Blue) = 203+15+247=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB0FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FF7 is #34F008. Grayscale: #606060. Windows color (decimal): -3469321 or 16191435. OLE color: 16191435.

HSL color Cylindrical-coordinate representation of color #CB0FF7: hue angle of 288.62º 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 #CB0FF7 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 15 247 -
CMYK 0.18 0.94 0 0.03
HSL 288.62º 0.94% 0.51% -
HSV(B) 288.62º 0.94% 0.97% -
XYZ 41.59 19.75 89.62 -
YUV 97.66 212.28 203.14 -
System Red Green Blue C M Y K H S L
Decimal 203 15 247 0.18 0.94 0 0.03 288.62 0.94 0.51
Hex CB F F7 12 5E 0 3 121 5E 33
Octal 313 17 367 22 136 0 3 441 136 63
Binary 11001011 1111 11110111 10010 1011110 0 11 100100001 1011110 110011

Color Harmonies of #CB0FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0FF7

Black with #CB0FF7

Text Example


Text Example

White with #CB0FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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