Html Css Color HEX #CB0CF7 Electric Purple

📋 copy color: '#CB0CF7'

red 203 ◦ green 12 ◦ blue 247

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

Shades of Electric Purple #CB0CF7

Tints of Electric Purple #CB0CF7

RGB

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

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

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

R = 43.94%
G = 2.6%
B = 53.46%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB0CF7 (or 0xCB0CF7) is known color: Electric Purple. HEX triplet: CB, 0C and F7. RGB value is (203,12,247). Sum of RGB (Red+Green+Blue) = 203+12+247=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB0CF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CF7 is #34F308. Grayscale: #5F5F5F. Windows color (decimal): -3470089 or 16190667. OLE color: 16190667.

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

Color convert

RGB 203 12 247 -
CMYK 0.18 0.95 0 0.03
HSL 288.77º 0.94% 0.51% -
HSV(B) 288.77º 0.95% 0.97% -
XYZ 41.55 19.67 89.6 -
YUV 95.9 213.28 204.39 -
System Red Green Blue C M Y K H S L
Decimal 203 12 247 0.18 0.95 0 0.03 288.77 0.94 0.51
Hex CB C F7 12 5F 0 3 121 5E 33
Octal 313 14 367 22 137 0 3 441 136 63
Binary 11001011 1100 11110111 10010 1011111 0 11 100100001 1011110 110011

Color Harmonies of #CB0CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CF7

Black with #CB0CF7

Text Example


Text Example

White with #CB0CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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