Html Css Color HEX #DA86CA Orchid

📋 copy color: '#DA86CA'

red 218 ◦ green 134 ◦ blue 202

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

Shades of Orchid #DA86CA

Tints of Orchid #DA86CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

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

R = 39.35%
G = 24.19%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA86CA (or 0xDA86CA) is known color: Orchid. HEX triplet: DA, 86 and CA. RGB value is (218,134,202). Sum of RGB (Red+Green+Blue) = 218+134+202=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CA is #257935. Grayscale: #A6A6A6. Windows color (decimal): -2455862 or 13272794. OLE color: 13272794.

HSL color Cylindrical-coordinate representation of color #DA86CA: hue angle of 311.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86CA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 202 -
CMYK 0 0.39 0.07 0.15
HSL 311.43º 0.53% 0.69% -
HSV(B) 311.43º 0.39% 0.85% -
XYZ 48.1 36.22 60.33 -
YUV 166.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 218 134 202 0 0.39 0.07 0.15 311.43 0.53 0.69
Hex DA 86 CA 0 27 7 F 137 35 45
Octal 332 206 312 0 47 7 17 467 65 105
Binary 11011010 10000110 11001010 0 100111 111 1111 100110111 110101 1000101

Color Harmonies of #DA86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86CA

Black with #DA86CA

Text Example


Text Example

White with #DA86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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