#C37ACA

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

Shades of Orchid #C37ACA

Tints of Orchid #C37ACA

Color information

#C37ACA (or 0xC37ACA) is unknown color: approx Orchid. HEX triplet: C3, 7A and CA. RGB value is (195,122,202). Sum of RGB (Red+Green+Blue) = 195+122+202=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACA is #3C8535. Grayscale: #989898. Windows color (decimal): -3966262 or 13269699. OLE color: 13269699.

HSL color Cylindrical-coordinate representation of color #C37ACA: hue angle of 294.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37ACA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195122202-
CMYK0.030.4000.21
HSL294.75º43.01%63.53%-
HSV(B)294.75º39.6%79.22%-
XYZ40.1329.7959.51-
YUV152.95155.68158-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=37.57%
G=23.51%
B=38.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951222020.030.4000.21294.7543.0163.53
HexC37ACA3280151272b40
Octal30317231235002544753100
Binary11000011111101011001010111010000101011001001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37ACA; }

 p { color: rgb(195,122,202); }

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

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

 a { background-color: rgb(195,122,202); }

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

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

 span { border-color: rgb(195,122,202); }

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