#C37ABC

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

Shades of Orchid #C37ABC

Tints of Orchid #C37ABC

Color information

#C37ABC (or 0xC37ABC) is unknown color: approx Orchid. HEX triplet: C3, 7A and BC. RGB value is (195,122,188). Sum of RGB (Red+Green+Blue) = 195+122+188=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C37ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ABC is #3C8543. Grayscale: #979797. Windows color (decimal): -3966276 or 12352195. OLE color: 12352195.

HSL color Cylindrical-coordinate representation of color #C37ABC: hue angle of 305.75º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37ABC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195122188-
CMYK00.370.040.24
HSL305.75º37.82%62.16%-
HSV(B)305.75º37.44%76.47%-
XYZ38.5429.1551.17-
YUV151.35148.68159.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=38.61%
G=24.16%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512218800.370.040.24305.7537.8262.16
HexC37ABC025418132263e
Octal3031722740454304624676
Binary11000011111101010111100010010110011000100110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37ABC; }

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

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

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

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

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

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

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

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