#CC7FD7

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

Shades of Orchid #CC7FD7

Tints of Orchid #CC7FD7

Color information

#CC7FD7 (or 0xCC7FD7) is unknown color: approx Orchid. HEX triplet: CC, 7F and D7. RGB value is (204,127,215). Sum of RGB (Red+Green+Blue) = 204+127+215=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FD7 is #338028. Grayscale: #9F9F9F. Windows color (decimal): -3375145 or 14122956. OLE color: 14122956.

HSL color Cylindrical-coordinate representation of color #CC7FD7: hue angle of 292.5º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7FD7 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204127215-
CMYK0.050.4100.16
HSL292.5º52.38%67.06%-
HSV(B)292.5º40.93%84.31%-
XYZ44.7632.9268.29-
YUV160.05159.01159.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=37.36%
G=23.26%
B=39.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041272150.050.4100.16292.552.3867.06
HexCC7FD75290101243443
Octal31417732755102044464103
Binary110011001111111110101111011010010100001001001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FD7; }

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

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

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

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

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

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

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

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