#CC7FC8

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

Shades of Orchid #CC7FC8

Tints of Orchid #CC7FC8

Color information

#CC7FC8 (or 0xCC7FC8) is unknown color: approx Orchid. HEX triplet: CC, 7F and C8. RGB value is (204,127,200). Sum of RGB (Red+Green+Blue) = 204+127+200=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FC8 is #338037. Grayscale: #9E9E9E. Windows color (decimal): -3375160 or 13139916. OLE color: 13139916.

HSL color Cylindrical-coordinate representation of color #CC7FC8: hue angle of 303.12º 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 #CC7FC8 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204127200-
CMYK00.380.020.2
HSL303.12º43.02%64.9%-
HSV(B)303.12º37.75%80%-
XYZ42.9232.1958.59-
YUV158.34151.51160.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=38.42%
G=23.92%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412720000.380.020.2303.1243.0264.9
HexCC7FC802621412f2b41
Octal31417731004622445753101
Binary11001100111111111001000010011010101001001011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FC8; }

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

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

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

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

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

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

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

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