#CF7DDE

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

Shades of Orchid #CF7DDE

Tints of Orchid #CF7DDE

Color information

#CF7DDE (or 0xCF7DDE) is unknown color: approx Orchid. HEX triplet: CF, 7D and DE. RGB value is (207,125,222). Sum of RGB (Red+Green+Blue) = 207+125+222=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDE is #308221. Grayscale: #A0A0A0. Windows color (decimal): -3179042 or 14581199. OLE color: 14581199.

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

Color convert

RGB207125222-
CMYK0.070.4400.13
HSL290.72º59.51%68.04%-
HSV(B)290.72º43.69%87.06%-
XYZ46.2533.2173.08-
YUV160.58162.67161.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=37.36%
G=22.56%
B=40.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071252220.070.4400.13290.7259.5168.04
HexCF7DDE72C0D1233c44
Octal31717533675401544374104
Binary11001111111110111011110111101100011011001000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DDE; }

 p { color: rgb(207,125,222); }

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

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

 a { background-color: rgb(207,125,222); }

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

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

 span { border-color: rgb(207,125,222); }

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