#CD78F1

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

Shades of Heliotrope #CD78F1

Tints of Heliotrope #CD78F1

Color information

#CD78F1 (or 0xCD78F1) is unknown color: approx Heliotrope. HEX triplet: CD, 78 and F1. RGB value is (205,120,241). Sum of RGB (Red+Green+Blue) = 205+120+241=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD78F1 is #32870E. Grayscale: #9E9E9E. Windows color (decimal): -3311375 or 15825101. OLE color: 15825101.

HSL color Cylindrical-coordinate representation of color #CD78F1: hue angle of 282.15º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD78F1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205120241-
CMYK0.150.5000.05
HSL282.15º81.21%70.78%-
HSV(B)282.15º50.21%94.51%-
XYZ47.7732.7687.03-
YUV159.21174.16160.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 120 (47.27% from 255) = 21.20%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=36.22%
G=21.20%
B=42.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051202410.150.5000.05282.1581.2170.78
HexCD78F1F320511a5147
Octal315170361176205432121107
Binary110011011111000111100011111110010010110001101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78F1; }

 p { color: rgb(205,120,241); }

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

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

 a { background-color: rgb(205,120,241); }

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

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

 span { border-color: rgb(205,120,241); }

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