#CF7ADD

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

Shades of Orchid #CF7ADD

Tints of Orchid #CF7ADD

Color information

#CF7ADD (or 0xCF7ADD) is unknown color: approx Orchid. HEX triplet: CF, 7A and DD. RGB value is (207,122,221). Sum of RGB (Red+Green+Blue) = 207+122+221=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADD is #308522. Grayscale: #9E9E9E. Windows color (decimal): -3179811 or 14514895. OLE color: 14514895.

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

Color convert

RGB207122221-
CMYK0.060.4500.13
HSL291.52º59.28%67.25%-
HSV(B)291.52º44.8%86.67%-
XYZ45.7432.472.25-
YUV158.7163.16162.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=37.64%
G=22.18%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071222210.060.4500.13291.5259.2867.25
HexCF7ADD62D0D1243b43
Octal31717233565501544473103
Binary11001111111101011011101110101101011011001001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ADD; }

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

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

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

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

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

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

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

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