#C37BBE

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

Shades of Orchid #C37BBE

Tints of Orchid #C37BBE

Color information

#C37BBE (or 0xC37BBE) is unknown color: approx Orchid. HEX triplet: C3, 7B and BE. RGB value is (195,123,190). Sum of RGB (Red+Green+Blue) = 195+123+190=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BBE is #3C8441. Grayscale: #979797. Windows color (decimal): -3966018 or 12483523. OLE color: 12483523.

HSL color Cylindrical-coordinate representation of color #C37BBE: hue angle of 304.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37BBE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195123190-
CMYK00.370.030.24
HSL304.17º37.5%62.35%-
HSV(B)304.17º36.92%76.47%-
XYZ38.8829.4952.36-
YUV152.17149.35158.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=38.39%
G=24.21%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512319000.370.030.24304.1737.562.35
HexC37BBE025318130263e
Octal3031732760453304604676
Binary1100001111110111011111001001011111000100110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BBE; }

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

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

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

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

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

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

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

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