Html Css Color HEX #CB0DFB Electric Purple

📋 copy color: '#CB0DFB'

red 203 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #CB0DFB

Tints of Electric Purple #CB0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 43.47%
G = 2.78%
B = 53.75%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0DFB (or 0xCB0DFB) is known color: Electric Purple. HEX triplet: CB, 0D and FB. RGB value is (203,13,251). Sum of RGB (Red+Green+Blue) = 203+13+251=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DFB is #34F204. Grayscale: #606060. Windows color (decimal): -3469829 or 16453067. OLE color: 16453067.

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

Color convert

RGB 203 13 251 -
CMYK 0.19 0.95 0 0.02
HSL 287.9º 0.97% 0.52% -
HSV(B) 287.9º 0.95% 0.98% -
XYZ 42.19 19.95 92.89 -
YUV 96.94 214.95 203.65 -
System Red Green Blue C M Y K H S L
Decimal 203 13 251 0.19 0.95 0 0.02 287.9 0.97 0.52
Hex CB D FB 13 5F 0 2 120 61 34
Octal 313 15 373 23 137 0 2 440 141 64
Binary 11001011 1101 11111011 10011 1011111 0 10 100100000 1100001 110100

Color Harmonies of #CB0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0DFB

Black with #CB0DFB

Text Example


Text Example

White with #CB0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0DFB; }

 p { color: rgb(203,13,251); }

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

background-color css

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

 a { background-color: rgb(203,13,251); }

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

border-color css

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

 span { border-color: rgb(203,13,251); }

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