Html Css Color HEX #DA88D2 Orchid

📋 copy color: '#DA88D2'

red 218 ◦ green 136 ◦ blue 210

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

Shades of Orchid #DA88D2

Tints of Orchid #DA88D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 38.65%
G = 24.11%
B = 37.23%

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

#DA88D2 (or 0xDA88D2) is known color: Orchid. HEX triplet: DA, 88 and D2. RGB value is (218,136,210). Sum of RGB (Red+Green+Blue) = 218+136+210=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D2 is #25772D. Grayscale: #A8A8A8. Windows color (decimal): -2455342 or 13797594. OLE color: 13797594.

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

Color convert

RGB 218 136 210 -
CMYK 0 0.38 0.04 0.15
HSL 305.85º 0.53% 0.69% -
HSV(B) 305.85º 0.38% 0.85% -
XYZ 49.35 37.17 65.55 -
YUV 168.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 218 136 210 0 0.38 0.04 0.15 305.85 0.53 0.69
Hex DA 88 D2 0 26 4 F 132 35 45
Octal 332 210 322 0 46 4 17 462 65 105
Binary 11011010 10001000 11010010 0 100110 100 1111 100110010 110101 1000101

Color Harmonies of #DA88D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88D2

Black with #DA88D2

Text Example


Text Example

White with #DA88D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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