Html Css Color HEX #DA85DD Orchid

📋 copy color: '#DA85DD'

red 218 ◦ green 133 ◦ blue 221

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

Shades of Orchid #DA85DD

Tints of Orchid #DA85DD

RGB

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

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

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

R = 38.11%
G = 23.25%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA85DD (or 0xDA85DD) is known color: Orchid. HEX triplet: DA, 85 and DD. RGB value is (218,133,221). Sum of RGB (Red+Green+Blue) = 218+133+221=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85DD is #257A22. Grayscale: #A8A8A8. Windows color (decimal): -2456099 or 14517722. OLE color: 14517722.

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

Color convert

RGB 218 133 221 -
CMYK 0.01 0.40 0 0.13
HSL 297.95º 0.56% 0.69% -
HSV(B) 297.95º 0.4% 0.87% -
XYZ 50.35 36.9 72.88 -
YUV 168.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 218 133 221 0.01 0.40 0 0.13 297.95 0.56 0.69
Hex DA 85 DD 1 28 0 D 12A 38 45
Octal 332 205 335 1 50 0 15 452 70 105
Binary 11011010 10000101 11011101 1 101000 0 1101 100101010 111000 1000101

Color Harmonies of #DA85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85DD

Black with #DA85DD

Text Example


Text Example

White with #DA85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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