#CD85FD

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

Shades of Heliotrope #CD85FD

Tints of Heliotrope #CD85FD

Color information

#CD85FD (or 0xCD85FD) is unknown color: approx Heliotrope. HEX triplet: CD, 85 and FD. RGB value is (205,133,253). Sum of RGB (Red+Green+Blue) = 205+133+253=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD85FD is #327A02. Grayscale: #A7A7A7. Windows color (decimal): -3308035 or 16614861. OLE color: 16614861.

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

Color convert

RGB205133253-
CMYK0.190.4700.01
HSL276º96.77%75.69%-
HSV(B)276º47.43%99.22%-
XYZ51.2936.8597.34-
YUV168.21175.85154.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=34.69%
G=22.50%
B=42.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051332530.190.4700.0127696.7775.69
HexCD85FD132F01114614c
Octal315205375235701424141114
Binary110011011000010111111101100111011110110001010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85FD; }

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

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

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

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

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

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

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

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