#CD78FD

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

Shades of Heliotrope #CD78FD

Tints of Heliotrope #CD78FD

Color information

#CD78FD (or 0xCD78FD) is unknown color: approx Heliotrope. HEX triplet: CD, 78 and FD. RGB value is (205,120,253). Sum of RGB (Red+Green+Blue) = 205+120+253=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD78FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD78FD is #328702. Grayscale: #A0A0A0. Windows color (decimal): -3311363 or 16611533. OLE color: 16611533.

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

Color convert

RGB205120253-
CMYK0.190.5300.01
HSL278.35º97.08%73.14%-
HSV(B)278.35º52.57%99.22%-
XYZ49.6233.596.78-
YUV160.58180.16159.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 120 (47.27% from 255) = 20.76%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=35.47%
G=20.76%
B=43.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051202530.190.5300.01278.3597.0873.14
HexCD78FD1335011166149
Octal315170375236501426141111
Binary11001101111100011111101100111101010110001011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD78FD; }

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

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

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

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

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

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

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

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