#C97FCC

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

Shades of Orchid #C97FCC

Tints of Orchid #C97FCC

Color information

#C97FCC (or 0xC97FCC) is unknown color: approx Orchid. HEX triplet: C9, 7F and CC. RGB value is (201,127,204). Sum of RGB (Red+Green+Blue) = 201+127+204=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCC is #368033. Grayscale: #9D9D9D. Windows color (decimal): -3571764 or 13402057. OLE color: 13402057.

HSL color Cylindrical-coordinate representation of color #C97FCC: hue angle of 297.66º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97FCC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB201127204-
CMYK0.010.3800.2
HSL297.66º43.02%64.9%-
HSV(B)297.66º37.75%80%-
XYZ42.5831.9661.05-
YUV157.9154.02158.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=37.78%
G=23.87%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2011272040.010.3800.2297.6643.0264.9
HexC97FCC12601412a2b41
Octal31117731414602445253101
Binary1100100111111111100110011001100101001001010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FCC; }

 p { color: rgb(201,127,204); }

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

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

 a { background-color: rgb(201,127,204); }

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

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

 span { border-color: rgb(201,127,204); }

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