Html Css Color HEX #DA85DB Orchid

📋 copy color: '#DA85DB'

red 218 ◦ green 133 ◦ blue 219

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

Shades of Orchid #DA85DB

Tints of Orchid #DA85DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 38.25%
G = 23.33%
B = 38.42%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA85DB (or 0xDA85DB) is known color: Orchid. HEX triplet: DA, 85 and DB. RGB value is (218,133,219). Sum of RGB (Red+Green+Blue) = 218+133+219=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85DB is #257A24. Grayscale: #A7A7A7. Windows color (decimal): -2456101 or 14386650. OLE color: 14386650.

HSL color Cylindrical-coordinate representation of color #DA85DB: hue angle of 299.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85DB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 133 219 -
CMYK 0.00 0.39 0 0.14
HSL 299.3º 0.54% 0.69% -
HSV(B) 299.3º 0.39% 0.86% -
XYZ 50.09 36.79 71.48 -
YUV 168.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 218 133 219 0.00 0.39 0 0.14 299.3 0.54 0.69
Hex DA 85 DB 0 27 0 E 12B 36 45
Octal 332 205 333 0 47 0 16 453 66 105
Binary 11011010 10000101 11011011 0 100111 0 1110 100101011 110110 1000101

Color Harmonies of #DA85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85DB

Black with #DA85DB

Text Example


Text Example

White with #DA85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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