#CC7FCD

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

Shades of Orchid #CC7FCD

Tints of Orchid #CC7FCD

Color information

#CC7FCD (or 0xCC7FCD) is unknown color: approx Orchid. HEX triplet: CC, 7F and CD. RGB value is (204,127,205). Sum of RGB (Red+Green+Blue) = 204+127+205=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FCD is #338032. Grayscale: #9E9E9E. Windows color (decimal): -3375155 or 13467596. OLE color: 13467596.

HSL color Cylindrical-coordinate representation of color #CC7FCD: hue angle of 299.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FCD is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204127205-
CMYK0.000.3800.20
HSL299.23º43.82%65.1%-
HSV(B)299.23º38.05%80.39%-
XYZ43.5132.4261.72-
YUV158.92154.01160.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 127 (50% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=38.06%
G=23.69%
B=38.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041272050.000.3800.20299.2343.8265.1
HexCC7FCD02601412b2c41
Octal31417731504602445354101
Binary1100110011111111100110101001100101001001010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FCD; }

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

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

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

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

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

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

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

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