Html Css Color HEX #CB6FEB Heliotrope

📋 copy color: '#CB6FEB'

red 203 ◦ green 111 ◦ blue 235

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

Shades of Heliotrope #CB6FEB

Tints of Heliotrope #CB6FEB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 36.98%
G = 20.22%
B = 42.81%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB6FEB (or 0xCB6FEB) is known color: Heliotrope. HEX triplet: CB, 6F and EB. RGB value is (203,111,235). Sum of RGB (Red+Green+Blue) = 203+111+235=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FEB is #349014. Grayscale: #989898. Windows color (decimal): -3444757 or 15429579. OLE color: 15429579.

HSL color Cylindrical-coordinate representation of color #CB6FEB: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6FEB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 111 235 -
CMYK 0.14 0.53 0 0.08
HSL 284.52º 0.76% 0.68% -
HSV(B) 284.52º 0.53% 0.92% -
XYZ 45.31 30.06 82.01 -
YUV 152.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 203 111 235 0.14 0.53 0 0.08 284.52 0.76 0.68
Hex CB 6F EB E 35 0 8 11D 4C 44
Octal 313 157 353 16 65 0 10 435 114 104
Binary 11001011 1101111 11101011 1110 110101 0 1000 100011101 1001100 1000100

Color Harmonies of #CB6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FEB

Black with #CB6FEB

Text Example


Text Example

White with #CB6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FEB; }

 p { color: rgb(203,111,235); }

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

background-color css

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

 a { background-color: rgb(203,111,235); }

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

border-color css

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

 span { border-color: rgb(203,111,235); }

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