Html Css Color HEX #DA7ADC Orchid

📋 copy color: '#DA7ADC'

red 218 ◦ green 122 ◦ blue 220

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

Shades of Orchid #DA7ADC

Tints of Orchid #DA7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.79%

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

R = 38.93%
G = 21.79%
B = 39.29%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA7ADC (or 0xDA7ADC) is known color: Orchid. HEX triplet: DA, 7A and DC. RGB value is (218,122,220). Sum of RGB (Red+Green+Blue) = 218+122+220=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ADC is #258523. Grayscale: #A1A1A1. Windows color (decimal): -2458916 or 14449370. OLE color: 14449370.

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

Color convert

RGB 218 122 220 -
CMYK 0.01 0.45 0 0.14
HSL 298.78º 0.58% 0.67% -
HSV(B) 298.78º 0.45% 0.86% -
XYZ 48.79 33.99 71.7 -
YUV 161.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 218 122 220 0.01 0.45 0 0.14 298.78 0.58 0.67
Hex DA 7A DC 1 2D 0 E 12B 3A 43
Octal 332 172 334 1 55 0 16 453 72 103
Binary 11011010 1111010 11011100 1 101101 0 1110 100101011 111010 1000011

Color Harmonies of #DA7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ADC

Black with #DA7ADC

Text Example


Text Example

White with #DA7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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