Html Css Color HEX #DA85C9 Orchid

📋 copy color: '#DA85C9'

red 218 ◦ green 133 ◦ blue 201

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

Shades of Orchid #DA85C9

Tints of Orchid #DA85C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 39.49%
G = 24.09%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA85C9 (or 0xDA85C9) is known color: Orchid. HEX triplet: DA, 85 and C9. RGB value is (218,133,201). Sum of RGB (Red+Green+Blue) = 218+133+201=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85C9 is #257A36. Grayscale: #A5A5A5. Windows color (decimal): -2456119 or 13207002. OLE color: 13207002.

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

Color convert

RGB 218 133 201 -
CMYK 0 0.39 0.08 0.15
HSL 312º 0.53% 0.69% -
HSV(B) 312º 0.39% 0.85% -
XYZ 47.84 35.9 59.67 -
YUV 166.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 218 133 201 0 0.39 0.08 0.15 312 0.53 0.69
Hex DA 85 C9 0 27 8 F 138 35 45
Octal 332 205 311 0 47 10 17 470 65 105
Binary 11011010 10000101 11001001 0 100111 1000 1111 100111000 110101 1000101

Color Harmonies of #DA85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85C9

Black with #DA85C9

Text Example


Text Example

White with #DA85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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