Html Css Color HEX #CB07FA Electric Purple

📋 copy color: '#CB07FA'

red 203 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #CB07FA

Tints of Electric Purple #CB07FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 44.13%
G = 1.52%
B = 54.35%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB07FA (or 0xCB07FA) is known color: Electric Purple. HEX triplet: CB, 07 and FA. RGB value is (203,7,250). Sum of RGB (Red+Green+Blue) = 203+7+250=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB07FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB07FA is #34F805. Grayscale: #5C5C5C. Windows color (decimal): -3471366 or 16385995. OLE color: 16385995.

HSL color Cylindrical-coordinate representation of color #CB07FA: hue angle of 288.4º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07FA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 7 250 -
CMYK 0.19 0.97 0 0.02
HSL 288.4º 0.96% 0.5% -
HSV(B) 288.4º 0.97% 0.98% -
XYZ 41.96 19.75 92.04 -
YUV 93.31 216.43 206.24 -
System Red Green Blue C M Y K H S L
Decimal 203 7 250 0.19 0.97 0 0.02 288.4 0.96 0.5
Hex CB 7 FA 13 61 0 2 120 60 32
Octal 313 7 372 23 141 0 2 440 140 62
Binary 11001011 111 11111010 10011 1100001 0 10 100100000 1100000 110010

Color Harmonies of #CB07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07FA

Black with #CB07FA

Text Example


Text Example

White with #CB07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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