Html Css Color HEX #CB6AFE Heliotrope

📋 copy color: '#CB6AFE'

red 203 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #CB6AFE

Tints of Heliotrope #CB6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 36.06%
G = 18.83%
B = 45.12%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB6AFE (or 0xCB6AFE) is known color: Heliotrope. HEX triplet: CB, 6A and FE. RGB value is (203,106,254). Sum of RGB (Red+Green+Blue) = 203+106+254=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AFE is #349501. Grayscale: #979797. Windows color (decimal): -3446018 or 16673483. OLE color: 16673483.

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

Color convert

RGB 203 106 254 -
CMYK 0.20 0.58 0 0.00
HSL 279.32º 0.99% 0.71% -
HSV(B) 279.32º 0.58% 1% -
XYZ 47.67 30.16 97.07 -
YUV 151.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 203 106 254 0.20 0.58 0 0.00 279.32 0.99 0.71
Hex CB 6A FE 14 3A 0 0 117 63 47
Octal 313 152 376 24 72 0 0 427 143 107
Binary 11001011 1101010 11111110 10100 111010 0 0 100010111 1100011 1000111

Color Harmonies of #CB6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6AFE

Black with #CB6AFE

Text Example


Text Example

White with #CB6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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