Html Css Color HEX #DA88D1 Orchid

📋 copy color: '#DA88D1'

red 218 ◦ green 136 ◦ blue 209

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

Shades of Orchid #DA88D1

Tints of Orchid #DA88D1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.16%

 BLUE value IS 209 (82.03% from 255) = 37.12%

R = 38.72%
G = 24.16%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA88D1 (or 0xDA88D1) is known color: Orchid. HEX triplet: DA, 88 and D1. RGB value is (218,136,209). Sum of RGB (Red+Green+Blue) = 218+136+209=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D1 is #25772E. Grayscale: #A8A8A8. Windows color (decimal): -2455343 or 13732058. OLE color: 13732058.

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

Color convert

RGB 218 136 209 -
CMYK 0 0.38 0.04 0.15
HSL 306.59º 0.53% 0.69% -
HSV(B) 306.59º 0.38% 0.85% -
XYZ 49.23 37.12 64.89 -
YUV 168.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 218 136 209 0 0.38 0.04 0.15 306.59 0.53 0.69
Hex DA 88 D1 0 26 4 F 133 35 45
Octal 332 210 321 0 46 4 17 463 65 105
Binary 11011010 10001000 11010001 0 100110 100 1111 100110011 110101 1000101

Color Harmonies of #DA88D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88D1

Black with #DA88D1

Text Example


Text Example

White with #DA88D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88D1; }

 p { color: rgb(218,136,209); }

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

background-color css

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

 a { background-color: rgb(218,136,209); }

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

border-color css

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

 span { border-color: rgb(218,136,209); }

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