Html Css Color HEX #DA7DC5 Orchid

📋 copy color: '#DA7DC5'

red 218 ◦ green 125 ◦ blue 197

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

Shades of Orchid #DA7DC5

Tints of Orchid #DA7DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 40.37%
G = 23.15%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA7DC5 (or 0xDA7DC5) is known color: Orchid. HEX triplet: DA, 7D and C5. RGB value is (218,125,197). Sum of RGB (Red+Green+Blue) = 218+125+197=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DC5 is #25823A. Grayscale: #A0A0A0. Windows color (decimal): -2458171 or 12942810. OLE color: 12942810.

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

Color convert

RGB 218 125 197 -
CMYK 0 0.43 0.10 0.15
HSL 313.55º 0.56% 0.67% -
HSV(B) 313.55º 0.43% 0.85% -
XYZ 46.33 33.6 56.87 -
YUV 161.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 218 125 197 0 0.43 0.10 0.15 313.55 0.56 0.67
Hex DA 7D C5 0 2B A F 13A 38 43
Octal 332 175 305 0 53 12 17 472 70 103
Binary 11011010 1111101 11000101 0 101011 1010 1111 100111010 111000 1000011

Color Harmonies of #DA7DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DC5

Black with #DA7DC5

Text Example


Text Example

White with #DA7DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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