#C37CD2

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

Shades of Orchid #C37CD2

Tints of Orchid #C37CD2

Color information

#C37CD2 (or 0xC37CD2) is unknown color: approx Orchid. HEX triplet: C3, 7C and D2. RGB value is (195,124,210). Sum of RGB (Red+Green+Blue) = 195+124+210=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #C37CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CD2 is #3C832D. Grayscale: #9A9A9A. Windows color (decimal): -3965742 or 13794499. OLE color: 13794499.

HSL color Cylindrical-coordinate representation of color #C37CD2: hue angle of 289.53º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37CD2 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195124210-
CMYK0.070.4100.18
HSL289.53º48.86%65.49%-
HSV(B)289.53º40.95%82.35%-
XYZ41.3530.6764.71-
YUV155.03159.02156.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=36.86%
G=23.44%
B=39.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951242100.070.4100.18289.5348.8665.49
HexC37CD27290121223141
Octal30317432275102244261101
Binary110000111111100110100101111010010100101001000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CD2; }

 p { color: rgb(195,124,210); }

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

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

 a { background-color: rgb(195,124,210); }

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

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

 span { border-color: rgb(195,124,210); }

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