Html Css Color HEX #DA6FDD Orchid

📋 copy color: '#DA6FDD'

red 218 ◦ green 111 ◦ blue 221

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

Shades of Orchid #DA6FDD

Tints of Orchid #DA6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

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

R = 39.64%
G = 20.18%
B = 40.18%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6FDD (or 0xDA6FDD) is known color: Orchid. HEX triplet: DA, 6F and DD. RGB value is (218,111,221). Sum of RGB (Red+Green+Blue) = 218+111+221=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FDD is #259022. Grayscale: #9B9B9B. Windows color (decimal): -2461731 or 14512090. OLE color: 14512090.

HSL color Cylindrical-coordinate representation of color #DA6FDD: hue angle of 298.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6FDD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 111 221 -
CMYK 0.01 0.50 0 0.13
HSL 298.36º 0.62% 0.65% -
HSV(B) 298.36º 0.5% 0.87% -
XYZ 47.65 31.49 71.97 -
YUV 155.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 218 111 221 0.01 0.50 0 0.13 298.36 0.62 0.65
Hex DA 6F DD 1 32 0 D 12A 3E 41
Octal 332 157 335 1 62 0 15 452 76 101
Binary 11011010 1101111 11011101 1 110010 0 1101 100101010 111110 1000001

Color Harmonies of #DA6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FDD

Black with #DA6FDD

Text Example


Text Example

White with #DA6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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