#CC7FCC

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

Shades of Orchid #CC7FCC

Tints of Orchid #CC7FCC

Color information

#CC7FCC (or 0xCC7FCC) is unknown color: approx Orchid. HEX triplet: CC, 7F and CC. RGB value is (204,127,204). Sum of RGB (Red+Green+Blue) = 204+127+204=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FCC is #338033. Grayscale: #9E9E9E. Windows color (decimal): -3375156 or 13402060. OLE color: 13402060.

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

Color convert

RGB204127204-
CMYK00.3800.2
HSL300º43.02%64.9%-
HSV(B)300º37.75%80%-
XYZ43.3932.3861.09-
YUV158.8153.51160.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=38.13%
G=23.74%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412720400.3800.230043.0264.9
HexCC7FCC02601412c2b41
Octal31417731404602445453101
Binary1100110011111111100110001001100101001001011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FCC; }

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

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

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

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

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

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

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

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