#C37CDA

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

Shades of Orchid #C37CDA

Tints of Orchid #C37CDA

Color information

#C37CDA (or 0xC37CDA) is unknown color: approx Orchid. HEX triplet: C3, 7C and DA. RGB value is (195,124,218). Sum of RGB (Red+Green+Blue) = 195+124+218=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C37CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CDA is #3C8325. Grayscale: #9B9B9B. Windows color (decimal): -3965734 or 14318787. OLE color: 14318787.

HSL color Cylindrical-coordinate representation of color #C37CDA: hue angle of 285.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37CDA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195124218-
CMYK0.110.4300.15
HSL285.32º55.95%67.06%-
HSV(B)285.32º43.12%85.49%-
XYZ42.3731.0870.1-
YUV155.94163.02155.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.31%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=36.31%
G=23.09%
B=40.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951242180.110.4300.15285.3255.9567.06
HexC37CDAB2B0F11d3843
Octal303174332135301743570103
Binary110000111111100110110101011101011011111000111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CDA; }

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

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

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

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

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

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

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

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