#C370CD

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

Shades of Orchid #C370CD

Tints of Orchid #C370CD

Color information

#C370CD (or 0xC370CD) is unknown color: approx Orchid. HEX triplet: C3, 70 and CD. RGB value is (195,112,205). Sum of RGB (Red+Green+Blue) = 195+112+205=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C370CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370CD is #3C8F32. Grayscale: #939393. Windows color (decimal): -3968819 or 13463747. OLE color: 13463747.

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

Color convert

RGB195112205-
CMYK0.050.4500.20
HSL293.55º48.19%62.16%-
HSV(B)293.55º45.37%80.39%-
XYZ39.3227.661.01-
YUV147.42160.5161.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=38.09%
G=21.88%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951122050.050.4500.20293.5548.1962.16
HexC370CD52D014126303e
Octal3031603155550244466076
Binary11000011111000011001101101101101010100100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370CD; }

 p { color: rgb(195,112,205); }

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

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

 a { background-color: rgb(195,112,205); }

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

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

 span { border-color: rgb(195,112,205); }

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