#CC7FD5

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

Shades of Orchid #CC7FD5

Tints of Orchid #CC7FD5

Color information

#CC7FD5 (or 0xCC7FD5) is unknown color: approx Orchid. HEX triplet: CC, 7F and D5. RGB value is (204,127,213). Sum of RGB (Red+Green+Blue) = 204+127+213=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FD5 is #33802A. Grayscale: #9F9F9F. Windows color (decimal): -3375147 or 13991884. OLE color: 13991884.

HSL color Cylindrical-coordinate representation of color #CC7FD5: hue angle of 293.72º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7FD5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204127213-
CMYK0.040.4000.16
HSL293.72º50.59%66.67%-
HSV(B)293.72º40.38%83.53%-
XYZ44.532.8266.94-
YUV159.83158.01159.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=37.5%
G=23.35%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041272130.040.4000.16293.7250.5966.67
HexCC7FD54280101263343
Octal31417732545002044663103
Binary110011001111111110101011001010000100001001001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FD5; }

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

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

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

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

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

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

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

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