#CF7EDD

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

Shades of Orchid #CF7EDD

Tints of Orchid #CF7EDD

Color information

#CF7EDD (or 0xCF7EDD) is unknown color: approx Orchid. HEX triplet: CF, 7E and DD. RGB value is (207,126,221). Sum of RGB (Red+Green+Blue) = 207+126+221=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EDD is #308122. Grayscale: #A0A0A0. Windows color (decimal): -3178787 or 14515919. OLE color: 14515919.

HSL color Cylindrical-coordinate representation of color #CF7EDD: hue angle of 291.16º 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 #CF7EDD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207126221-
CMYK0.060.4300.13
HSL291.16º58.28%68.04%-
HSV(B)291.16º42.99%86.67%-
XYZ46.2433.4172.42-
YUV161.05161.84160.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=37.36%
G=22.74%
B=39.89%

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
Decimal2071262210.060.4300.13291.1658.2868.04
HexCF7EDD62B0D1233a44
Octal31717633565301544372104
Binary11001111111111011011101110101011011011001000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EDD; }

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

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

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

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

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

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

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

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