#CD85FE

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

Shades of Heliotrope #CD85FE

Tints of Heliotrope #CD85FE

Color information

#CD85FE (or 0xCD85FE) is unknown color: approx Heliotrope. HEX triplet: CD, 85 and FE. RGB value is (205,133,254). Sum of RGB (Red+Green+Blue) = 205+133+254=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD85FE is #327A01. Grayscale: #A7A7A7. Windows color (decimal): -3308034 or 16680397. OLE color: 16680397.

HSL color Cylindrical-coordinate representation of color #CD85FE: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD85FE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205133254-
CMYK0.190.4800.00
HSL275.7º98.37%75.88%-
HSV(B)275.7º47.64%99.61%-
XYZ51.4536.9198.18-
YUV168.32176.35154.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 133 (52.34% from 255) = 22.47%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=34.63%
G=22.47%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051332540.190.4800.00275.798.3775.88
HexCD85FE133000114624c
Octal315205376236000424142114
Binary110011011000010111111110100111100000010001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85FE; }

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

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

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

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

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

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

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

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