Html Css Color HEX #DA85D6 Orchid

📋 copy color: '#DA85D6'

red 218 ◦ green 133 ◦ blue 214

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

Shades of Orchid #DA85D6

Tints of Orchid #DA85D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 38.58%
G = 23.54%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA85D6 (or 0xDA85D6) is known color: Orchid. HEX triplet: DA, 85 and D6. RGB value is (218,133,214). Sum of RGB (Red+Green+Blue) = 218+133+214=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85D6 is #257A29. Grayscale: #A7A7A7. Windows color (decimal): -2456106 or 14058970. OLE color: 14058970.

HSL color Cylindrical-coordinate representation of color #DA85D6: hue angle of 302.82º 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 #DA85D6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 214 -
CMYK 0 0.39 0.02 0.15
HSL 302.82º 0.53% 0.69% -
HSV(B) 302.82º 0.39% 0.85% -
XYZ 49.44 36.54 68.06 -
YUV 167.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 218 133 214 0 0.39 0.02 0.15 302.82 0.53 0.69
Hex DA 85 D6 0 27 2 F 12F 35 45
Octal 332 205 326 0 47 2 17 457 65 105
Binary 11011010 10000101 11010110 0 100111 10 1111 100101111 110101 1000101

Color Harmonies of #DA85D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85D6

Black with #DA85D6

Text Example


Text Example

White with #DA85D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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