Html Css Color HEX #DA7ECF Orchid

📋 copy color: '#DA7ECF'

red 218 ◦ green 126 ◦ blue 207

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

Shades of Orchid #DA7ECF

Tints of Orchid #DA7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.87%

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

R = 39.56%
G = 22.87%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA7ECF (or 0xDA7ECF) is known color: Orchid. HEX triplet: DA, 7E and CF. RGB value is (218,126,207). Sum of RGB (Red+Green+Blue) = 218+126+207=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ECF is #258130. Grayscale: #A2A2A2. Windows color (decimal): -2457905 or 13598426. OLE color: 13598426.

HSL color Cylindrical-coordinate representation of color #DA7ECF: hue angle of 307.17º 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 #DA7ECF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 207 -
CMYK 0 0.42 0.05 0.15
HSL 307.17º 0.55% 0.67% -
HSV(B) 307.17º 0.42% 0.85% -
XYZ 47.64 34.33 63.15 -
YUV 162.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 218 126 207 0 0.42 0.05 0.15 307.17 0.55 0.67
Hex DA 7E CF 0 2A 5 F 133 37 43
Octal 332 176 317 0 52 5 17 463 67 103
Binary 11011010 1111110 11001111 0 101010 101 1111 100110011 110111 1000011

Color Harmonies of #DA7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ECF

Black with #DA7ECF

Text Example


Text Example

White with #DA7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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