#CD8AFD

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

Shades of Heliotrope #CD8AFD

Tints of Heliotrope #CD8AFD

Color information

#CD8AFD (or 0xCD8AFD) is unknown color: approx Heliotrope. HEX triplet: CD, 8A and FD. RGB value is (205,138,253). Sum of RGB (Red+Green+Blue) = 205+138+253=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8AFD is #327502. Grayscale: #AAAAAA. Windows color (decimal): -3306755 or 16616141. OLE color: 16616141.

HSL color Cylindrical-coordinate representation of color #CD8AFD: hue angle of 274.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD8AFD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205138253-
CMYK0.190.4500.01
HSL274.96º96.64%76.67%-
HSV(B)274.96º45.45%99.22%-
XYZ51.9938.2597.57-
YUV171.14174.2152.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 138 (54.30% from 255) = 23.15%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=34.40%
G=23.15%
B=42.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051382530.190.4500.01274.9696.6476.67
HexCD8AFD132D01113614d
Octal315212375235501423141115
Binary110011011000101011111101100111011010110001001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AFD; }

 p { color: rgb(205,138,253); }

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

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

 a { background-color: rgb(205,138,253); }

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

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

 span { border-color: rgb(205,138,253); }

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