Html Css Color HEX #CB7EFB Heliotrope

📋 copy color: '#CB7EFB'

red 203 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #CB7EFB

Tints of Heliotrope #CB7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.72%

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

R = 35%
G = 21.72%
B = 43.28%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB7EFB (or 0xCB7EFB) is known color: Heliotrope. HEX triplet: CB, 7E and FB. RGB value is (203,126,251). Sum of RGB (Red+Green+Blue) = 203+126+251=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EFB is #348104. Grayscale: #A2A2A2. Windows color (decimal): -3440901 or 16481995. OLE color: 16481995.

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

Color convert

RGB 203 126 251 -
CMYK 0.19 0.50 0 0.02
HSL 276.96º 0.94% 0.74% -
HSV(B) 276.96º 0.5% 0.98% -
XYZ 49.5 34.58 95.33 -
YUV 163.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 203 126 251 0.19 0.50 0 0.02 276.96 0.94 0.74
Hex CB 7E FB 13 32 0 2 115 5E 4A
Octal 313 176 373 23 62 0 2 425 136 112
Binary 11001011 1111110 11111011 10011 110010 0 10 100010101 1011110 1001010

Color Harmonies of #CB7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EFB

Black with #CB7EFB

Text Example


Text Example

White with #CB7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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