#C37DCD

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

Shades of Orchid #C37DCD

Tints of Orchid #C37DCD

Color information

#C37DCD (or 0xC37DCD) is unknown color: approx Orchid. HEX triplet: C3, 7D and CD. RGB value is (195,125,205). Sum of RGB (Red+Green+Blue) = 195+125+205=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DCD is #3C8232. Grayscale: #9A9A9A. Windows color (decimal): -3965491 or 13467075. OLE color: 13467075.

HSL color Cylindrical-coordinate representation of color #C37DCD: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37DCD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195125205-
CMYK0.050.3900.20
HSL292.5º44.44%64.71%-
HSV(B)292.5º39.02%80.39%-
XYZ40.8630.6861.53-
YUV155.05156.19156.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=37.14%
G=23.81%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951252050.050.3900.20292.544.4464.71
HexC37DCD5270141242c41
Octal30317531554702444454101
Binary110000111111101110011011011001110101001001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DCD; }

 p { color: rgb(195,125,205); }

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

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

 a { background-color: rgb(195,125,205); }

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

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

 span { border-color: rgb(195,125,205); }

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