#CF7FD7

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

Shades of Orchid #CF7FD7

Tints of Orchid #CF7FD7

Color information

#CF7FD7 (or 0xCF7FD7) is unknown color: approx Orchid. HEX triplet: CF, 7F and D7. RGB value is (207,127,215). Sum of RGB (Red+Green+Blue) = 207+127+215=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FD7 is #308028. Grayscale: #A0A0A0. Windows color (decimal): -3178537 or 14122959. OLE color: 14122959.

HSL color Cylindrical-coordinate representation of color #CF7FD7: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7FD7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207127215-
CMYK0.040.4100.16
HSL294.55º52.38%67.06%-
HSV(B)294.55º40.93%84.31%-
XYZ45.5933.3568.32-
YUV160.95158.5160.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=37.70%
G=23.13%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071272150.040.4100.16294.5552.3867.06
HexCF7FD74290101273443
Octal31717732745102044764103
Binary110011111111111110101111001010010100001001001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FD7; }

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

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

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

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

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

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

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

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