Html Css Color HEX #CB0AFD Electric Purple

📋 copy color: '#CB0AFD'

red 203 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #CB0AFD

Tints of Electric Purple #CB0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 43.56%
G = 2.15%
B = 54.29%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB0AFD (or 0xCB0AFD) is known color: Electric Purple. HEX triplet: CB, 0A and FD. RGB value is (203,10,253). Sum of RGB (Red+Green+Blue) = 203+10+253=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AFD is #34F502. Grayscale: #5E5E5E. Windows color (decimal): -3470595 or 16583371. OLE color: 16583371.

HSL color Cylindrical-coordinate representation of color #CB0AFD: hue angle of 287.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AFD is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 10 253 -
CMYK 0.20 0.96 0 0.01
HSL 287.65º 0.98% 0.52% -
HSV(B) 287.65º 0.96% 0.99% -
XYZ 42.47 20.01 94.55 -
YUV 95.41 216.94 204.74 -
System Red Green Blue C M Y K H S L
Decimal 203 10 253 0.20 0.96 0 0.01 287.65 0.98 0.52
Hex CB A FD 14 60 0 1 120 62 34
Octal 313 12 375 24 140 0 1 440 142 64
Binary 11001011 1010 11111101 10100 1100000 0 1 100100000 1100010 110100

Color Harmonies of #CB0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0AFD

Black with #CB0AFD

Text Example


Text Example

White with #CB0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0AFD; }

 p { color: rgb(203,10,253); }

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

background-color css

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

 a { background-color: rgb(203,10,253); }

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

border-color css

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

 span { border-color: rgb(203,10,253); }

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