#CD6BF5

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

Shades of Heliotrope #CD6BF5

Tints of Heliotrope #CD6BF5

Color information

#CD6BF5 (or 0xCD6BF5) is unknown color: approx Heliotrope. HEX triplet: CD, 6B and F5. RGB value is (205,107,245). Sum of RGB (Red+Green+Blue) = 205+107+245=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD6BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6BF5 is #32940A. Grayscale: #979797. Windows color (decimal): -3314699 or 16083917. OLE color: 16083917.

HSL color Cylindrical-coordinate representation of color #CD6BF5: hue angle of 282.61º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD6BF5 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205107245-
CMYK0.160.5600.04
HSL282.61º87.34%69.02%-
HSV(B)282.61º56.33%96.08%-
XYZ46.9230.0989.72-
YUV152.03180.47165.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 107 (42.19% from 255) = 19.21%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=36.80%
G=19.21%
B=43.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051072450.160.5600.04282.6187.3469.02
HexCD6BF510380411b5745
Octal315153365207004433127105
Binary1100110111010111111010110000111000010010001101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BF5; }

 p { color: rgb(205,107,245); }

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

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

 a { background-color: rgb(205,107,245); }

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

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

 span { border-color: rgb(205,107,245); }

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