#CD8BF6

Color #CD8BF6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CD8BF6

Tints of Heliotrope #CD8BF6

Color information

#CD8BF6 (or 0xCD8BF6) is unknown color: approx Heliotrope. HEX triplet: CD, 8B and F6. RGB value is (205,139,246). Sum of RGB (Red+Green+Blue) = 205+139+246=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD8BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8BF6 is #327409. Grayscale: #AAAAAA. Windows color (decimal): -3306506 or 16157645. OLE color: 16157645.

HSL color Cylindrical-coordinate representation of color #CD8BF6: hue angle of 277.01º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8BF6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205139246-
CMYK0.170.4300.04
HSL277.01º85.6%75.49%-
HSV(B)277.01º43.5%96.47%-
XYZ51.0438.191.85-
YUV170.93170.37152.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 139 (54.69% from 255) = 23.56%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=34.75%
G=23.56%
B=41.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051392460.170.4300.04277.0185.675.49
HexCD8BF6112B04115564b
Octal315213366215304425126113
Binary11001101100010111111011010001101011010010001010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8BF6; }

 p { color: rgb(205,139,246); }

 H1.HeaderClassName
 {
   color: #CD8BF6;
 }
 .AnyTagClassName
 {
   color: #CD8BF6;
 }
</style>
background-color css

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

 a { background-color: rgb(205,139,246); }

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

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

 span { border-color: rgb(205,139,246); }

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