#CC7FC7

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

Shades of Orchid #CC7FC7

Tints of Orchid #CC7FC7

Color information

#CC7FC7 (or 0xCC7FC7) is unknown color: approx Orchid. HEX triplet: CC, 7F and C7. RGB value is (204,127,199). Sum of RGB (Red+Green+Blue) = 204+127+199=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FC7 is #338038. Grayscale: #9E9E9E. Windows color (decimal): -3375161 or 13074380. OLE color: 13074380.

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

Color convert

RGB204127199-
CMYK00.380.020.2
HSL303.9º43.02%64.9%-
HSV(B)303.9º37.75%80%-
XYZ42.832.1457.98-
YUV158.23151.01160.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=38.49%
G=23.96%
B=37.55%

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
Decimal20412719900.380.020.2303.943.0264.9
HexCC7FC70262141302b41
Octal31417730704622446053101
Binary11001100111111111000111010011010101001001100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FC7; }

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

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

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

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

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

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

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

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