#CC7FD3

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

Shades of Orchid #CC7FD3

Tints of Orchid #CC7FD3

Color information

#CC7FD3 (or 0xCC7FD3) is unknown color: approx Orchid. HEX triplet: CC, 7F and D3. RGB value is (204,127,211). Sum of RGB (Red+Green+Blue) = 204+127+211=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FD3 is #33802C. Grayscale: #9F9F9F. Windows color (decimal): -3375149 or 13860812. OLE color: 13860812.

HSL color Cylindrical-coordinate representation of color #CC7FD3: hue angle of 295º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7FD3 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204127211-
CMYK0.030.4000.17
HSL295º48.84%66.27%-
HSV(B)295º39.81%82.75%-
XYZ44.2532.7265.61-
YUV159.6157.01159.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=37.64%
G=23.43%
B=38.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041272110.030.4000.1729548.8466.27
HexCC7FD33280111273142
Octal31417732335002144761102
Binary11001100111111111010011111010000100011001001111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FD3; }

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

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

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

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

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

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

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

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