Html Css Color HEX #DA86D5 Orchid

📋 copy color: '#DA86D5'

red 218 ◦ green 134 ◦ blue 213

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

Shades of Orchid #DA86D5

Tints of Orchid #DA86D5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.72%

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 38.58%
G = 23.72%
B = 37.7%

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

#DA86D5 (or 0xDA86D5) is known color: Orchid. HEX triplet: DA, 86 and D5. RGB value is (218,134,213). Sum of RGB (Red+Green+Blue) = 218+134+213=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86D5 is #25792A. Grayscale: #A7A7A7. Windows color (decimal): -2455851 or 13993690. OLE color: 13993690.

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

Color convert

RGB 218 134 213 -
CMYK 0 0.39 0.02 0.15
HSL 303.57º 0.53% 0.69% -
HSV(B) 303.57º 0.39% 0.85% -
XYZ 49.45 36.76 67.44 -
YUV 168.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 218 134 213 0 0.39 0.02 0.15 303.57 0.53 0.69
Hex DA 86 D5 0 27 2 F 130 35 45
Octal 332 206 325 0 47 2 17 460 65 105
Binary 11011010 10000110 11010101 0 100111 10 1111 100110000 110101 1000101

Color Harmonies of #DA86D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86D5

Black with #DA86D5

Text Example


Text Example

White with #DA86D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86D5; }

 p { color: rgb(218,134,213); }

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

background-color css

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

 a { background-color: rgb(218,134,213); }

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

border-color css

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

 span { border-color: rgb(218,134,213); }

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