Html Css Color HEX #DA7DC2 Orchid

📋 copy color: '#DA7DC2'

red 218 ◦ green 125 ◦ blue 194

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

Shades of Orchid #DA7DC2

Tints of Orchid #DA7DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 40.6%
G = 23.28%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA7DC2 (or 0xDA7DC2) is known color: Orchid. HEX triplet: DA, 7D and C2. RGB value is (218,125,194). Sum of RGB (Red+Green+Blue) = 218+125+194=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DC2 is #25823D. Grayscale: #A0A0A0. Windows color (decimal): -2458174 or 12746202. OLE color: 12746202.

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

Color convert

RGB 218 125 194 -
CMYK 0 0.43 0.11 0.15
HSL 315.48º 0.56% 0.67% -
HSV(B) 315.48º 0.43% 0.85% -
XYZ 45.98 33.47 55.08 -
YUV 160.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 218 125 194 0 0.43 0.11 0.15 315.48 0.56 0.67
Hex DA 7D C2 0 2B B F 13B 38 43
Octal 332 175 302 0 53 13 17 473 70 103
Binary 11011010 1111101 11000010 0 101011 1011 1111 100111011 111000 1000011

Color Harmonies of #DA7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DC2

Black with #DA7DC2

Text Example


Text Example

White with #DA7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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