#CC7FDA

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

Shades of Orchid #CC7FDA

Tints of Orchid #CC7FDA

Color information

#CC7FDA (or 0xCC7FDA) is unknown color: approx Orchid. HEX triplet: CC, 7F and DA. RGB value is (204,127,218). Sum of RGB (Red+Green+Blue) = 204+127+218=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDA is #338025. Grayscale: #A0A0A0. Windows color (decimal): -3375142 or 14319564. OLE color: 14319564.

HSL color Cylindrical-coordinate representation of color #CC7FDA: hue angle of 290.77º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7FDA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204127218-
CMYK0.060.4200.15
HSL290.77º55.15%67.65%-
HSV(B)290.77º41.74%85.49%-
XYZ45.1533.0870.33-
YUV160.4160.51159.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=37.16%
G=23.13%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041272180.060.4200.15290.7755.1567.65
HexCC7FDA62A0F1233744
Octal31417733265201744367104
Binary11001100111111111011010110101010011111001000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FDA; }

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

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

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

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

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

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

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

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