#CF7EDA

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

Shades of Orchid #CF7EDA

Tints of Orchid #CF7EDA

Color information

#CF7EDA (or 0xCF7EDA) is unknown color: approx Orchid. HEX triplet: CF, 7E and DA. RGB value is (207,126,218). Sum of RGB (Red+Green+Blue) = 207+126+218=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EDA is #308125. Grayscale: #A0A0A0. Windows color (decimal): -3178790 or 14319311. OLE color: 14319311.

HSL color Cylindrical-coordinate representation of color #CF7EDA: hue angle of 292.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7EDA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207126218-
CMYK0.050.4200.15
HSL292.83º55.42%67.45%-
HSV(B)292.83º42.2%85.49%-
XYZ45.8533.2570.33-
YUV160.71160.34161.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=37.57%
G=22.87%
B=39.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071262180.050.4200.15292.8355.4267.45
HexCF7EDA52A0F1253743
Octal31717633255201744567103
Binary11001111111111011011010101101010011111001001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7EDA; }

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

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

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

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

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

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

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

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