Html Css Color HEX #DA88CE Orchid

📋 copy color: '#DA88CE'

red 218 ◦ green 136 ◦ blue 206

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

Shades of Orchid #DA88CE

Tints of Orchid #DA88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 38.93%
G = 24.29%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA88CE (or 0xDA88CE) is known color: Orchid. HEX triplet: DA, 88 and CE. RGB value is (218,136,206). Sum of RGB (Red+Green+Blue) = 218+136+206=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88CE is #257731. Grayscale: #A8A8A8. Windows color (decimal): -2455346 or 13535450. OLE color: 13535450.

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

Color convert

RGB 218 136 206 -
CMYK 0 0.38 0.06 0.15
HSL 308.78º 0.53% 0.69% -
HSV(B) 308.78º 0.38% 0.85% -
XYZ 48.86 36.97 62.95 -
YUV 168.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 218 136 206 0 0.38 0.06 0.15 308.78 0.53 0.69
Hex DA 88 CE 0 26 6 F 135 35 45
Octal 332 210 316 0 46 6 17 465 65 105
Binary 11011010 10001000 11001110 0 100110 110 1111 100110101 110101 1000101

Color Harmonies of #DA88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88CE

Black with #DA88CE

Text Example


Text Example

White with #DA88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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