Html Css Color HEX #DA87CA Orchid

📋 copy color: '#DA87CA'

red 218 ◦ green 135 ◦ blue 202

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

Shades of Orchid #DA87CA

Tints of Orchid #DA87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 39.28%
G = 24.32%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA87CA (or 0xDA87CA) is known color: Orchid. HEX triplet: DA, 87 and CA. RGB value is (218,135,202). Sum of RGB (Red+Green+Blue) = 218+135+202=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87CA is #257835. Grayscale: #A7A7A7. Windows color (decimal): -2455606 or 13273050. OLE color: 13273050.

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

Color convert

RGB 218 135 202 -
CMYK 0 0.38 0.07 0.15
HSL 311.57º 0.53% 0.69% -
HSV(B) 311.57º 0.38% 0.85% -
XYZ 48.24 36.5 60.38 -
YUV 167.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 218 135 202 0 0.38 0.07 0.15 311.57 0.53 0.69
Hex DA 87 CA 0 26 7 F 138 35 45
Octal 332 207 312 0 46 7 17 470 65 105
Binary 11011010 10000111 11001010 0 100110 111 1111 100111000 110101 1000101

Color Harmonies of #DA87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87CA

Black with #DA87CA

Text Example


Text Example

White with #DA87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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