Html Css Color HEX #DA7DDF Orchid

📋 copy color: '#DA7DDF'

red 218 ◦ green 125 ◦ blue 223

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

Shades of Orchid #DA7DDF

Tints of Orchid #DA7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 38.52%
G = 22.08%
B = 39.4%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7DDF (or 0xDA7DDF) is known color: Orchid. HEX triplet: DA, 7D and DF. RGB value is (218,125,223). Sum of RGB (Red+Green+Blue) = 218+125+223=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDF is #258220. Grayscale: #A3A3A3. Windows color (decimal): -2458145 or 14646746. OLE color: 14646746.

HSL color Cylindrical-coordinate representation of color #DA7DDF: hue angle of 296.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7DDF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 125 223 -
CMYK 0.02 0.44 0 0.13
HSL 296.94º 0.6% 0.68% -
HSV(B) 296.94º 0.44% 0.87% -
XYZ 49.57 34.9 73.94 -
YUV 163.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 218 125 223 0.02 0.44 0 0.13 296.94 0.6 0.68
Hex DA 7D DF 2 2C 0 D 129 3C 44
Octal 332 175 337 2 54 0 15 451 74 104
Binary 11011010 1111101 11011111 10 101100 0 1101 100101001 111100 1000100

Color Harmonies of #DA7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DDF

Black with #DA7DDF

Text Example


Text Example

White with #DA7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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