#C07DED

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

Shades of Heliotrope #C07DED

Tints of Heliotrope #C07DED

Color information

#C07DED (or 0xC07DED) is unknown color: approx Heliotrope. HEX triplet: C0, 7D and ED. RGB value is (192,125,237). Sum of RGB (Red+Green+Blue) = 192+125+237=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DED is #3F8212. Grayscale: #9D9D9D. Windows color (decimal): -4162067 or 15564224. OLE color: 15564224.

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

Color convert

RGB192125237-
CMYK0.190.4700.07
HSL275.89º75.68%70.98%-
HSV(B)275.89º47.26%92.94%-
XYZ44.3631.9983.96-
YUV157.8172.7152.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=34.66%
G=22.56%
B=42.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921252370.190.4700.07275.8975.6870.98
HexC07DED132F071144c47
Octal300175355235707424114107
Binary1100000011111011110110110011101111011110001010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DED; }

 p { color: rgb(192,125,237); }

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

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

 a { background-color: rgb(192,125,237); }

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

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

 span { border-color: rgb(192,125,237); }

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