Html Css Color HEX #CB6AFF Heliotrope

📋 copy color: '#CB6AFF'

red 203 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #CB6AFF

Tints of Heliotrope #CB6AFF

RGB

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

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

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

R = 35.99%
G = 18.79%
B = 45.21%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB6AFF (or 0xCB6AFF) is known color: Heliotrope. HEX triplet: CB, 6A and FF. RGB value is (203,106,255). Sum of RGB (Red+Green+Blue) = 203+106+255=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AFF is #349500. Grayscale: #979797. Windows color (decimal): -3446017 or 16739019. OLE color: 16739019.

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

Color convert

RGB 203 106 255 -
CMYK 0.20 0.58 0 0
HSL 279.06º 1% 0.71% -
HSV(B) 279.06º 0.58% 1% -
XYZ 47.83 30.22 97.92 -
YUV 151.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 203 106 255 0.20 0.58 0 0 279.06 1 0.71
Hex CB 6A FF 14 3A 0 0 117 64 47
Octal 313 152 377 24 72 0 0 427 144 107
Binary 11001011 1101010 11111111 10100 111010 0 0 100010111 1100100 1000111

Color Harmonies of #CB6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6AFF

Black with #CB6AFF

Text Example


Text Example

White with #CB6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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