Html Css Color HEX #DA7DCF Orchid

📋 copy color: '#DA7DCF'

red 218 ◦ green 125 ◦ blue 207

#DA7DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DA7DCF

Tints of Orchid #DA7DCF

RGB

 RED value IS 218 (85.55% from 255) = 39.64%

 GREEN value IS 125 (49.22% from 255) = 22.73%

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 39.64%
G = 22.73%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA7DCF (or 0xDA7DCF) is known color: Orchid. HEX triplet: DA, 7D and CF. RGB value is (218,125,207). Sum of RGB (Red+Green+Blue) = 218+125+207=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DCF is #258230. Grayscale: #A1A1A1. Windows color (decimal): -2458161 or 13598170. OLE color: 13598170.

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

Color convert

RGB 218 125 207 -
CMYK 0 0.43 0.05 0.15
HSL 307.1º 0.56% 0.67% -
HSV(B) 307.1º 0.43% 0.85% -
XYZ 47.51 34.08 63.11 -
YUV 162.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 218 125 207 0 0.43 0.05 0.15 307.1 0.56 0.67
Hex DA 7D CF 0 2B 5 F 133 38 43
Octal 332 175 317 0 53 5 17 463 70 103
Binary 11011010 1111101 11001111 0 101011 101 1111 100110011 111000 1000011

Color Harmonies of #DA7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DCF

Black with #DA7DCF

Text Example


Text Example

White with #DA7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DCF; }

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

 H1.HeaderClassName
 {
   color: #DA7DCF;
 }
 .AnyTagClassName
 {
   color: #DA7DCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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