#CD8CFA

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

Shades of Heliotrope #CD8CFA

Tints of Heliotrope #CD8CFA

Color information

#CD8CFA (or 0xCD8CFA) is unknown color: approx Heliotrope. HEX triplet: CD, 8C and FA. RGB value is (205,140,250). Sum of RGB (Red+Green+Blue) = 205+140+250=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8CFA is #327305. Grayscale: #ABABAB. Windows color (decimal): -3306246 or 16420045. OLE color: 16420045.

HSL color Cylindrical-coordinate representation of color #CD8CFA: hue angle of 275.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8CFA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205140250-
CMYK0.180.4400.02
HSL275.45º91.67%76.47%-
HSV(B)275.45º44%98.04%-
XYZ51.8138.6495.17-
YUV171.98172.03151.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 140 (55.08% from 255) = 23.53%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=34.45%
G=23.53%
B=42.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051402500.180.4400.02275.4591.6776.47
HexCD8CFA122C021135c4c
Octal315214372225402423134114
Binary1100110110001100111110101001010110001010001001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8CFA; }

 p { color: rgb(205,140,250); }

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

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

 a { background-color: rgb(205,140,250); }

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

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

 span { border-color: rgb(205,140,250); }

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