#CF7FDA

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

Shades of Orchid #CF7FDA

Tints of Orchid #CF7FDA

Color information

#CF7FDA (or 0xCF7FDA) is unknown color: approx Orchid. HEX triplet: CF, 7F and DA. RGB value is (207,127,218). Sum of RGB (Red+Green+Blue) = 207+127+218=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDA is #308025. Grayscale: #A1A1A1. Windows color (decimal): -3178534 or 14319567. OLE color: 14319567.

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

Color convert

RGB207127218-
CMYK0.050.4200.15
HSL292.75º55.15%67.65%-
HSV(B)292.75º41.74%85.49%-
XYZ45.9833.5170.37-
YUV161.29160160.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=37.5%
G=23.01%
B=39.49%

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
Decimal2071272180.050.4200.15292.7555.1567.65
HexCF7FDA52A0F1253744
Octal31717733255201744567104
Binary11001111111111111011010101101010011111001001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FDA; }

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

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

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

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

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

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

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

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