#C37BBD

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

Shades of Orchid #C37BBD

Tints of Orchid #C37BBD

Color information

#C37BBD (or 0xC37BBD) is unknown color: approx Orchid. HEX triplet: C3, 7B and BD. RGB value is (195,123,189). Sum of RGB (Red+Green+Blue) = 195+123+189=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BBD is #3C8442. Grayscale: #979797. Windows color (decimal): -3966019 or 12417987. OLE color: 12417987.

HSL color Cylindrical-coordinate representation of color #C37BBD: hue angle of 305º 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 #C37BBD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195123189-
CMYK00.370.030.24
HSL305º37.5%62.35%-
HSV(B)305º36.92%76.47%-
XYZ38.7729.4451.78-
YUV152.05148.85158.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=38.46%
G=24.26%
B=37.28%

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
Decimal19512318900.370.030.2430537.562.35
HexC37BBD025318131263e
Octal3031732750453304614676
Binary1100001111110111011110101001011111000100110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BBD; }

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

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

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

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

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

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

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

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