#CF7DD5

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

Shades of Orchid #CF7DD5

Tints of Orchid #CF7DD5

Color information

#CF7DD5 (or 0xCF7DD5) is unknown color: approx Orchid. HEX triplet: CF, 7D and D5. RGB value is (207,125,213). Sum of RGB (Red+Green+Blue) = 207+125+213=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DD5 is #30822A. Grayscale: #9F9F9F. Windows color (decimal): -3179051 or 13991375. OLE color: 13991375.

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

Color convert

RGB207125213-
CMYK0.030.4100.16
HSL295.91º51.16%66.27%-
HSV(B)295.91º41.31%83.53%-
XYZ45.0832.7466.89-
YUV159.55158.17161.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=37.98%
G=22.94%
B=39.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071252130.030.4100.16295.9151.1666.27
HexCF7DD53290101283342
Octal31717532535102045063102
Binary11001111111110111010101111010010100001001010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7DD5; }

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

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

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

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

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

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

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

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