Html Css Color HEX #CB07FF Electric Purple

📋 copy color: '#CB07FF'

red 203 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #CB07FF

Tints of Electric Purple #CB07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

 BLUE value IS 255 (100% from 255) = 54.84%

R = 43.66%
G = 1.51%
B = 54.84%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB07FF (or 0xCB07FF) is known color: Electric Purple. HEX triplet: CB, 07 and FF. RGB value is (203,7,255). Sum of RGB (Red+Green+Blue) = 203+7+255=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB07FF is #34F800. Grayscale: #5D5D5D. Windows color (decimal): -3471361 or 16713675. OLE color: 16713675.

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

Color convert

RGB 203 7 255 -
CMYK 0.20 0.97 0 0
HSL 287.42º 1% 0.51% -
HSV(B) 287.42º 0.97% 1% -
XYZ 42.75 20.07 96.23 -
YUV 93.88 218.93 205.83 -
System Red Green Blue C M Y K H S L
Decimal 203 7 255 0.20 0.97 0 0 287.42 1 0.51
Hex CB 7 FF 14 61 0 0 11F 64 33
Octal 313 7 377 24 141 0 0 437 144 63
Binary 11001011 111 11111111 10100 1100001 0 0 100011111 1100100 110011

Color Harmonies of #CB07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07FF

Black with #CB07FF

Text Example


Text Example

White with #CB07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07FF; }

 p { color: rgb(203,7,255); }

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

background-color css

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

 a { background-color: rgb(203,7,255); }

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

border-color css

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

 span { border-color: rgb(203,7,255); }

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