Html Css Color HEX #DA7FDD Orchid

📋 copy color: '#DA7FDD'

red 218 ◦ green 127 ◦ blue 221

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

Shades of Orchid #DA7FDD

Tints of Orchid #DA7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.44%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 38.52%
G = 22.44%
B = 39.05%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7FDD (or 0xDA7FDD) is known color: Orchid. HEX triplet: DA, 7F and DD. RGB value is (218,127,221). Sum of RGB (Red+Green+Blue) = 218+127+221=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FDD is #258022. Grayscale: #A4A4A4. Windows color (decimal): -2457635 or 14516186. OLE color: 14516186.

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

Color convert

RGB 218 127 221 -
CMYK 0.01 0.43 0 0.13
HSL 298.09º 0.58% 0.68% -
HSV(B) 298.09º 0.43% 0.87% -
XYZ 49.55 35.3 72.61 -
YUV 164.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 218 127 221 0.01 0.43 0 0.13 298.09 0.58 0.68
Hex DA 7F DD 1 2B 0 D 12A 3A 44
Octal 332 177 335 1 53 0 15 452 72 104
Binary 11011010 1111111 11011101 1 101011 0 1101 100101010 111010 1000100

Color Harmonies of #DA7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FDD

Black with #DA7FDD

Text Example


Text Example

White with #DA7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FDD; }

 p { color: rgb(218,127,221); }

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

background-color css

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

 a { background-color: rgb(218,127,221); }

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

border-color css

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

 span { border-color: rgb(218,127,221); }

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