Html Css Color HEX #CB6EFF Heliotrope

📋 copy color: '#CB6EFF'

red 203 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #CB6EFF

Tints of Heliotrope #CB6EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 35.74%
G = 19.37%
B = 44.89%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB6EFF (or 0xCB6EFF) is known color: Heliotrope. HEX triplet: CB, 6E and FF. RGB value is (203,110,255). Sum of RGB (Red+Green+Blue) = 203+110+255=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EFF is #349100. Grayscale: #999999. Windows color (decimal): -3444993 or 16740043. OLE color: 16740043.

HSL color Cylindrical-coordinate representation of color #CB6EFF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB6EFF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 110 255 -
CMYK 0.20 0.57 0 0
HSL 278.48º 1% 0.72% -
HSV(B) 278.48º 0.57% 1% -
XYZ 48.25 31.07 98.06 -
YUV 154.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 110 255 0.20 0.57 0 0 278.48 1 0.72
Hex CB 6E FF 14 39 0 0 116 64 48
Octal 313 156 377 24 71 0 0 426 144 110
Binary 11001011 1101110 11111111 10100 111001 0 0 100010110 1100100 1001000

Color Harmonies of #CB6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6EFF

Black with #CB6EFF

Text Example


Text Example

White with #CB6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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