#C37CCB

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

Shades of Orchid #C37CCB

Tints of Orchid #C37CCB

Color information

#C37CCB (or 0xC37CCB) is unknown color: approx Orchid. HEX triplet: C3, 7C and CB. RGB value is (195,124,203). Sum of RGB (Red+Green+Blue) = 195+124+203=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C37CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCB is #3C8334. Grayscale: #999999. Windows color (decimal): -3965749 or 13335747. OLE color: 13335747.

HSL color Cylindrical-coordinate representation of color #C37CCB: hue angle of 293.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37CCB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195124203-
CMYK0.040.3900.20
HSL293.92º43.17%64.12%-
HSV(B)293.92º38.92%79.61%-
XYZ40.4930.3360.22-
YUV154.23155.52157.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=37.36%
G=23.75%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951242030.040.3900.20293.9243.1764.12
HexC37CCB4270141262b40
Octal30317431344702444653100
Binary110000111111100110010111001001110101001001001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CCB; }

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

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

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

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

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

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

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

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