#C373CB

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

Shades of Orchid #C373CB

Tints of Orchid #C373CB

Color information

#C373CB (or 0xC373CB) is unknown color: approx Orchid. HEX triplet: C3, 73 and CB. RGB value is (195,115,203). Sum of RGB (Red+Green+Blue) = 195+115+203=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C373CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373CB is #3C8C34. Grayscale: #949494. Windows color (decimal): -3968053 or 13333443. OLE color: 13333443.

HSL color Cylindrical-coordinate representation of color #C373CB: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C373CB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195115203-
CMYK0.040.4300.20
HSL294.55º45.83%62.35%-
HSV(B)294.55º43.35%79.61%-
XYZ39.4228.1859.86-
YUV148.95158.5160.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=38.01%
G=22.42%
B=39.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951152030.040.4300.20294.5545.8362.35
HexC373CB42B0141272e3e
Octal3031633134530244475676
Binary11000011111001111001011100101011010100100100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373CB; }

 p { color: rgb(195,115,203); }

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

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

 a { background-color: rgb(195,115,203); }

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

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

 span { border-color: rgb(195,115,203); }

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