Html Css Color HEX #DA87CF Orchid

📋 copy color: '#DA87CF'

red 218 ◦ green 135 ◦ blue 207

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

Shades of Orchid #DA87CF

Tints of Orchid #DA87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 38.93%
G = 24.11%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA87CF (or 0xDA87CF) is known color: Orchid. HEX triplet: DA, 87 and CF. RGB value is (218,135,207). Sum of RGB (Red+Green+Blue) = 218+135+207=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87CF is #257830. Grayscale: #A7A7A7. Windows color (decimal): -2455601 or 13600730. OLE color: 13600730.

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

Color convert

RGB 218 135 207 -
CMYK 0 0.38 0.05 0.15
HSL 307.95º 0.53% 0.69% -
HSV(B) 307.95º 0.38% 0.85% -
XYZ 48.84 36.74 63.55 -
YUV 168.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 218 135 207 0 0.38 0.05 0.15 307.95 0.53 0.69
Hex DA 87 CF 0 26 5 F 134 35 45
Octal 332 207 317 0 46 5 17 464 65 105
Binary 11011010 10000111 11001111 0 100110 101 1111 100110100 110101 1000101

Color Harmonies of #DA87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87CF

Black with #DA87CF

Text Example


Text Example

White with #DA87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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