Html Css Color HEX #DA85DC Orchid

📋 copy color: '#DA85DC'

red 218 ◦ green 133 ◦ blue 220

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

Shades of Orchid #DA85DC

Tints of Orchid #DA85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.29%

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

R = 38.18%
G = 23.29%
B = 38.53%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA85DC (or 0xDA85DC) is known color: Orchid. HEX triplet: DA, 85 and DC. RGB value is (218,133,220). Sum of RGB (Red+Green+Blue) = 218+133+220=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85DC is #257A23. Grayscale: #A8A8A8. Windows color (decimal): -2456100 or 14452186. OLE color: 14452186.

HSL color Cylindrical-coordinate representation of color #DA85DC: hue angle of 298.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA85DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 133 220 -
CMYK 0.01 0.40 0 0.14
HSL 298.62º 0.55% 0.69% -
HSV(B) 298.62º 0.4% 0.86% -
XYZ 50.22 36.85 72.18 -
YUV 168.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 218 133 220 0.01 0.40 0 0.14 298.62 0.55 0.69
Hex DA 85 DC 1 28 0 E 12B 37 45
Octal 332 205 334 1 50 0 16 453 67 105
Binary 11011010 10000101 11011100 1 101000 0 1110 100101011 110111 1000101

Color Harmonies of #DA85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85DC

Black with #DA85DC

Text Example


Text Example

White with #DA85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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