Html Css Color HEX #CB6AEC Heliotrope

📋 copy color: '#CB6AEC'

red 203 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #CB6AEC

Tints of Heliotrope #CB6AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 37.25%
G = 19.45%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB6AEC (or 0xCB6AEC) is known color: Heliotrope. HEX triplet: CB, 6A and EC. RGB value is (203,106,236). Sum of RGB (Red+Green+Blue) = 203+106+236=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB6AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AEC is #349513. Grayscale: #959595. Windows color (decimal): -3446036 or 15493835. OLE color: 15493835.

HSL color Cylindrical-coordinate representation of color #CB6AEC: hue angle of 284.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB6AEC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 106 236 -
CMYK 0.14 0.55 0 0.07
HSL 284.77º 0.77% 0.67% -
HSV(B) 284.77º 0.55% 0.93% -
XYZ 44.92 29.06 82.6 -
YUV 149.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 203 106 236 0.14 0.55 0 0.07 284.77 0.77 0.67
Hex CB 6A EC E 37 0 7 11D 4D 43
Octal 313 152 354 16 67 0 7 435 115 103
Binary 11001011 1101010 11101100 1110 110111 0 111 100011101 1001101 1000011

Color Harmonies of #CB6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6AEC

Black with #CB6AEC

Text Example


Text Example

White with #CB6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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