Html Css Color HEX #DA85D0 Orchid

📋 copy color: '#DA85D0'

red 218 ◦ green 133 ◦ blue 208

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

Shades of Orchid #DA85D0

Tints of Orchid #DA85D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 39%
G = 23.79%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA85D0 (or 0xDA85D0) is known color: Orchid. HEX triplet: DA, 85 and D0. RGB value is (218,133,208). Sum of RGB (Red+Green+Blue) = 218+133+208=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85D0 is #257A2F. Grayscale: #A6A6A6. Windows color (decimal): -2456112 or 13665754. OLE color: 13665754.

HSL color Cylindrical-coordinate representation of color #DA85D0: hue angle of 307.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85D0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 208 -
CMYK 0 0.39 0.05 0.15
HSL 307.06º 0.53% 0.69% -
HSV(B) 307.06º 0.39% 0.85% -
XYZ 48.69 36.23 64.1 -
YUV 166.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 218 133 208 0 0.39 0.05 0.15 307.06 0.53 0.69
Hex DA 85 D0 0 27 5 F 133 35 45
Octal 332 205 320 0 47 5 17 463 65 105
Binary 11011010 10000101 11010000 0 100111 101 1111 100110011 110101 1000101

Color Harmonies of #DA85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85D0

Black with #DA85D0

Text Example


Text Example

White with #DA85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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