Html Css Color HEX #DA7BDC Orchid

📋 copy color: '#DA7BDC'

red 218 ◦ green 123 ◦ blue 220

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

Shades of Orchid #DA7BDC

Tints of Orchid #DA7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 38.86%
G = 21.93%
B = 39.22%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA7BDC (or 0xDA7BDC) is known color: Orchid. HEX triplet: DA, 7B and DC. RGB value is (218,123,220). Sum of RGB (Red+Green+Blue) = 218+123+220=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BDC is #258423. Grayscale: #A2A2A2. Windows color (decimal): -2458660 or 14449626. OLE color: 14449626.

HSL color Cylindrical-coordinate representation of color #DA7BDC: hue angle of 298.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BDC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 123 220 -
CMYK 0.01 0.44 0 0.14
HSL 298.76º 0.58% 0.67% -
HSV(B) 298.76º 0.44% 0.86% -
XYZ 48.91 34.24 71.74 -
YUV 162.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 218 123 220 0.01 0.44 0 0.14 298.76 0.58 0.67
Hex DA 7B DC 1 2C 0 E 12B 3A 43
Octal 332 173 334 1 54 0 16 453 72 103
Binary 11011010 1111011 11011100 1 101100 0 1110 100101011 111010 1000011

Color Harmonies of #DA7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7BDC

Black with #DA7BDC

Text Example


Text Example

White with #DA7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7BDC; }

 p { color: rgb(218,123,220); }

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

background-color css

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

 a { background-color: rgb(218,123,220); }

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

border-color css

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

 span { border-color: rgb(218,123,220); }

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