#C37BCA

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

Shades of Orchid #C37BCA

Tints of Orchid #C37BCA

Color information

#C37BCA (or 0xC37BCA) is unknown color: approx Orchid. HEX triplet: C3, 7B and CA. RGB value is (195,123,202). Sum of RGB (Red+Green+Blue) = 195+123+202=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCA is #3C8435. Grayscale: #999999. Windows color (decimal): -3966006 or 13269955. OLE color: 13269955.

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

Color convert

RGB195123202-
CMYK0.030.3900.21
HSL294.68º42.7%63.73%-
HSV(B)294.68º39.11%79.22%-
XYZ40.2530.0359.55-
YUV153.53155.35157.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=37.5%
G=23.65%
B=38.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951232020.030.3900.21294.6842.763.73
HexC37BCA3270151272b40
Octal30317331234702544753100
Binary11000011111101111001010111001110101011001001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BCA; }

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

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

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

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

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

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

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

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