#C37ACD

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

Shades of Orchid #C37ACD

Tints of Orchid #C37ACD

Color information

#C37ACD (or 0xC37ACD) is unknown color: approx Orchid. HEX triplet: C3, 7A and CD. RGB value is (195,122,205). Sum of RGB (Red+Green+Blue) = 195+122+205=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACD is #3C8532. Grayscale: #999999. Windows color (decimal): -3966259 or 13466307. OLE color: 13466307.

HSL color Cylindrical-coordinate representation of color #C37ACD: hue angle of 292.77º 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 #C37ACD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195122205-
CMYK0.050.4000.20
HSL292.77º45.36%64.12%-
HSV(B)292.77º40.49%80.39%-
XYZ40.4829.9361.4-
YUV153.29157.18157.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=37.36%
G=23.37%
B=39.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951222050.050.4000.20292.7745.3664.12
HexC37ACD5280141252d40
Octal30317231555002444555100
Binary110000111111010110011011011010000101001001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37ACD; }

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

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

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

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

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

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

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

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