Html Css Color HEX #DA6FE0 Orchid

📋 copy color: '#DA6FE0'

red 218 ◦ green 111 ◦ blue 224

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

Shades of Orchid #DA6FE0

Tints of Orchid #DA6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 39.42%
G = 20.07%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA6FE0 (or 0xDA6FE0) is known color: Orchid. HEX triplet: DA, 6F and E0. RGB value is (218,111,224). Sum of RGB (Red+Green+Blue) = 218+111+224=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FE0 is #25901F. Grayscale: #9B9B9B. Windows color (decimal): -2461728 or 14708698. OLE color: 14708698.

HSL color Cylindrical-coordinate representation of color #DA6FE0: hue angle of 296.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6FE0 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 111 224 -
CMYK 0.03 0.50 0 0.12
HSL 296.81º 0.65% 0.66% -
HSV(B) 296.81º 0.5% 0.88% -
XYZ 48.05 31.66 74.1 -
YUV 155.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 218 111 224 0.03 0.50 0 0.12 296.81 0.65 0.66
Hex DA 6F E0 3 32 0 C 129 41 42
Octal 332 157 340 3 62 0 14 451 101 102
Binary 11011010 1101111 11100000 11 110010 0 1100 100101001 1000001 1000010

Color Harmonies of #DA6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FE0

Black with #DA6FE0

Text Example


Text Example

White with #DA6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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