#C37BCF

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

Shades of Orchid #C37BCF

Tints of Orchid #C37BCF

Color information

#C37BCF (or 0xC37BCF) is unknown color: approx Orchid. HEX triplet: C3, 7B and CF. RGB value is (195,123,207). Sum of RGB (Red+Green+Blue) = 195+123+207=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BCF is #3C8430. Grayscale: #999999. Windows color (decimal): -3966001 or 13597635. OLE color: 13597635.

HSL color Cylindrical-coordinate representation of color #C37BCF: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37BCF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195123207-
CMYK0.060.4100.19
HSL291.43º46.67%64.71%-
HSV(B)291.43º40.58%81.18%-
XYZ40.8530.2762.72-
YUV154.1157.85157.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=37.14%
G=23.43%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951232070.060.4100.19291.4346.6764.71
HexC37BCF6290131232f41
Octal30317331765102344357101
Binary110000111111011110011111101010010100111001000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BCF; }

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

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

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

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

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

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

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

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