Html Css Color HEX #DA87CE Orchid

📋 copy color: '#DA87CE'

red 218 ◦ green 135 ◦ blue 206

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

Shades of Orchid #DA87CE

Tints of Orchid #DA87CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.15%

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

R = 39%
G = 24.15%
B = 36.85%

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

#DA87CE (or 0xDA87CE) is known color: Orchid. HEX triplet: DA, 87 and CE. RGB value is (218,135,206). Sum of RGB (Red+Green+Blue) = 218+135+206=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87CE is #257831. Grayscale: #A7A7A7. Windows color (decimal): -2455602 or 13535194. OLE color: 13535194.

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

Color convert

RGB 218 135 206 -
CMYK 0 0.38 0.06 0.15
HSL 308.67º 0.53% 0.69% -
HSV(B) 308.67º 0.38% 0.85% -
XYZ 48.72 36.69 62.91 -
YUV 167.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 218 135 206 0 0.38 0.06 0.15 308.67 0.53 0.69
Hex DA 87 CE 0 26 6 F 135 35 45
Octal 332 207 316 0 46 6 17 465 65 105
Binary 11011010 10000111 11001110 0 100110 110 1111 100110101 110101 1000101

Color Harmonies of #DA87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87CE

Black with #DA87CE

Text Example


Text Example

White with #DA87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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