#CC80C4

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

Shades of Orchid #CC80C4

Tints of Orchid #CC80C4

Color information

#CC80C4 (or 0xCC80C4) is unknown color: approx Orchid. HEX triplet: CC, 80 and C4. RGB value is (204,128,196). Sum of RGB (Red+Green+Blue) = 204+128+196=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80C4 is #337F3B. Grayscale: #9E9E9E. Windows color (decimal): -3374908 or 12878028. OLE color: 12878028.

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

Color convert

RGB204128196-
CMYK00.370.040.2
HSL306.32º42.7%65.1%-
HSV(B)306.32º37.25%80%-
XYZ42.5832.2656.21-
YUV158.48149.18160.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=38.64%
G=24.24%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412819600.370.040.2306.3242.765.1
HexCC80C40254141322b41
Octal31420030404542446253101
Binary1100110010000000110001000100101100101001001100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80C4; }

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

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

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

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

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

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

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

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