#C37ACC

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

Shades of Orchid #C37ACC

Tints of Orchid #C37ACC

Color information

#C37ACC (or 0xC37ACC) is unknown color: approx Orchid. HEX triplet: C3, 7A and CC. RGB value is (195,122,204). Sum of RGB (Red+Green+Blue) = 195+122+204=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C37ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACC is #3C8533. Grayscale: #989898. Windows color (decimal): -3966260 or 13400771. OLE color: 13400771.

HSL color Cylindrical-coordinate representation of color #C37ACC: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37ACC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195122204-
CMYK0.040.4000.2
HSL293.41º44.57%63.92%-
HSV(B)293.41º40.2%80%-
XYZ40.3629.8860.77-
YUV153.17156.68157.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=37.43%
G=23.42%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951222040.040.4000.2293.4144.5763.92
HexC37ACC4280141252d40
Octal30317231445002444555100
Binary110000111111010110011001001010000101001001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37ACC; }

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

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

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

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

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

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

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

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