#CC80C1

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

Shades of Orchid #CC80C1

Tints of Orchid #CC80C1

Color information

#CC80C1 (or 0xCC80C1) is unknown color: approx Orchid. HEX triplet: CC, 80 and C1. RGB value is (204,128,193). Sum of RGB (Red+Green+Blue) = 204+128+193=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80C1 is #337F3E. Grayscale: #9D9D9D. Windows color (decimal): -3374911 or 12681420. OLE color: 12681420.

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

Color convert

RGB204128193-
CMYK00.370.050.2
HSL308.68º42.7%65.1%-
HSV(B)308.68º37.25%80%-
XYZ42.2532.1354.43-
YUV158.13147.68160.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=38.86%
G=24.38%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412819300.370.050.2308.6842.765.1
HexCC80C10255141352b41
Octal31420030104552446553101
Binary1100110010000000110000010100101101101001001101011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80C1; }

 p { color: rgb(204,128,193); }

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

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

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

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

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

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

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