#C372CC

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

Shades of Orchid #C372CC

Tints of Orchid #C372CC

Color information

#C372CC (or 0xC372CC) is unknown color: approx Orchid. HEX triplet: C3, 72 and CC. RGB value is (195,114,204). Sum of RGB (Red+Green+Blue) = 195+114+204=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C372CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372CC is #3C8D33. Grayscale: #949494. Windows color (decimal): -3968308 or 13398723. OLE color: 13398723.

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

Color convert

RGB195114204-
CMYK0.040.4400.2
HSL294º46.88%62.35%-
HSV(B)294º44.12%80%-
XYZ39.422860.45-
YUV148.48159.34161.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=38.01%
G=22.22%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951142040.040.4400.229446.8862.35
HexC372CC42C0141262f3e
Octal3031623144540244465776
Binary11000011111001011001100100101100010100100100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372CC; }

 p { color: rgb(195,114,204); }

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

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

 a { background-color: rgb(195,114,204); }

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

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

 span { border-color: rgb(195,114,204); }

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