Html Css Color HEX #CB6EFB Heliotrope

📋 copy color: '#CB6EFB'

red 203 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #CB6EFB

Tints of Heliotrope #CB6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.5%

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

R = 35.99%
G = 19.5%
B = 44.5%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB6EFB (or 0xCB6EFB) is known color: Heliotrope. HEX triplet: CB, 6E and FB. RGB value is (203,110,251). Sum of RGB (Red+Green+Blue) = 203+110+251=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EFB is #349104. Grayscale: #999999. Windows color (decimal): -3444997 or 16477899. OLE color: 16477899.

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

Color convert

RGB 203 110 251 -
CMYK 0.19 0.56 0 0.02
HSL 279.57º 0.95% 0.71% -
HSV(B) 279.57º 0.56% 0.98% -
XYZ 47.62 30.81 94.7 -
YUV 153.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 203 110 251 0.19 0.56 0 0.02 279.57 0.95 0.71
Hex CB 6E FB 13 38 0 2 118 5F 47
Octal 313 156 373 23 70 0 2 430 137 107
Binary 11001011 1101110 11111011 10011 111000 0 10 100011000 1011111 1000111

Color Harmonies of #CB6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EFB

Black with #CB6EFB

Text Example


Text Example

White with #CB6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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