#CD7CED

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

Shades of Heliotrope #CD7CED

Tints of Heliotrope #CD7CED

Color information

#CD7CED (or 0xCD7CED) is unknown color: approx Heliotrope. HEX triplet: CD, 7C and ED. RGB value is (205,124,237). Sum of RGB (Red+Green+Blue) = 205+124+237=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD7CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7CED is #328312. Grayscale: #A0A0A0. Windows color (decimal): -3310355 or 15563981. OLE color: 15563981.

HSL color Cylindrical-coordinate representation of color #CD7CED: hue angle of 283.01º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD7CED is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205124237-
CMYK0.140.4800.07
HSL283.01º75.84%70.78%-
HSV(B)283.01º47.68%92.94%-
XYZ47.6733.5184.08-
YUV161.1170.84159.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 124 (48.83% from 255) = 21.91%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=36.22%
G=21.91%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051242370.140.4800.07283.0175.8470.78
HexCD7CEDE300711b4c47
Octal315174355166007433114107
Binary110011011111100111011011110110000011110001101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CED; }

 p { color: rgb(205,124,237); }

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

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

 a { background-color: rgb(205,124,237); }

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

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

 span { border-color: rgb(205,124,237); }

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