#CF7FDD

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

Shades of Orchid #CF7FDD

Tints of Orchid #CF7FDD

Color information

#CF7FDD (or 0xCF7FDD) is unknown color: approx Orchid. HEX triplet: CF, 7F and DD. RGB value is (207,127,221). Sum of RGB (Red+Green+Blue) = 207+127+221=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDD is #308022. Grayscale: #A1A1A1. Windows color (decimal): -3178531 or 14516175. OLE color: 14516175.

HSL color Cylindrical-coordinate representation of color #CF7FDD: hue angle of 291.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7FDD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207127221-
CMYK0.060.4300.13
HSL291.06º58.02%68.24%-
HSV(B)291.06º42.53%86.67%-
XYZ46.3733.6672.46-
YUV161.64161.5160.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=37.30%
G=22.88%
B=39.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071272210.060.4300.13291.0658.0268.24
HexCF7FDD62B0D1233a44
Octal31717733565301544372104
Binary11001111111111111011101110101011011011001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FDD; }

 p { color: rgb(207,127,221); }

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

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

 a { background-color: rgb(207,127,221); }

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

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

 span { border-color: rgb(207,127,221); }

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