Html Css Color HEX #CB6AEF Heliotrope

📋 copy color: '#CB6AEF'

red 203 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #CB6AEF

Tints of Heliotrope #CB6AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.34%

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 37.04%
G = 19.34%
B = 43.61%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB6AEF (or 0xCB6AEF) is known color: Heliotrope. HEX triplet: CB, 6A and EF. RGB value is (203,106,239). Sum of RGB (Red+Green+Blue) = 203+106+239=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB6AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AEF is #349510. Grayscale: #959595. Windows color (decimal): -3446033 or 15690443. OLE color: 15690443.

HSL color Cylindrical-coordinate representation of color #CB6AEF: hue angle of 283.76º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6AEF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 106 239 -
CMYK 0.15 0.56 0 0.06
HSL 283.76º 0.81% 0.68% -
HSV(B) 283.76º 0.56% 0.94% -
XYZ 45.36 29.24 84.91 -
YUV 150.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 203 106 239 0.15 0.56 0 0.06 283.76 0.81 0.68
Hex CB 6A EF F 38 0 6 11C 51 44
Octal 313 152 357 17 70 0 6 434 121 104
Binary 11001011 1101010 11101111 1111 111000 0 110 100011100 1010001 1000100

Color Harmonies of #CB6AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6AEF

Black with #CB6AEF

Text Example


Text Example

White with #CB6AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6AEF; }

 p { color: rgb(203,106,239); }

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

background-color css

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

 a { background-color: rgb(203,106,239); }

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

border-color css

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

 span { border-color: rgb(203,106,239); }

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