#C37BD7

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

Shades of Orchid #C37BD7

Tints of Orchid #C37BD7

Color information

#C37BD7 (or 0xC37BD7) is unknown color: approx Orchid. HEX triplet: C3, 7B and D7. RGB value is (195,123,215). Sum of RGB (Red+Green+Blue) = 195+123+215=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #C37BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BD7 is #3C8428. Grayscale: #9A9A9A. Windows color (decimal): -3965993 or 14121923. OLE color: 14121923.

HSL color Cylindrical-coordinate representation of color #C37BD7: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37BD7 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195123215-
CMYK0.090.4300.16
HSL286.96º53.49%66.27%-
HSV(B)286.96º42.79%84.31%-
XYZ41.8530.6768-
YUV155.02161.85156.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=36.59%
G=23.08%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951232150.090.4300.16286.9653.4966.27
HexC37BD792B01011f3542
Octal303173327115302043765102
Binary1100001111110111101011110011010110100001000111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BD7; }

 p { color: rgb(195,123,215); }

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

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

 a { background-color: rgb(195,123,215); }

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

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

 span { border-color: rgb(195,123,215); }

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