Html Css Color HEX #DA86CF Orchid

📋 copy color: '#DA86CF'

red 218 ◦ green 134 ◦ blue 207

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

Shades of Orchid #DA86CF

Tints of Orchid #DA86CF

RGB

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

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

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

R = 39%
G = 23.97%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA86CF (or 0xDA86CF) is known color: Orchid. HEX triplet: DA, 86 and CF. RGB value is (218,134,207). Sum of RGB (Red+Green+Blue) = 218+134+207=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CF is #257930. Grayscale: #A7A7A7. Windows color (decimal): -2455857 or 13600474. OLE color: 13600474.

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

Color convert

RGB 218 134 207 -
CMYK 0 0.39 0.05 0.15
HSL 307.86º 0.53% 0.69% -
HSV(B) 307.86º 0.39% 0.85% -
XYZ 48.7 36.46 63.5 -
YUV 167.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 218 134 207 0 0.39 0.05 0.15 307.86 0.53 0.69
Hex DA 86 CF 0 27 5 F 134 35 45
Octal 332 206 317 0 47 5 17 464 65 105
Binary 11011010 10000110 11001111 0 100111 101 1111 100110100 110101 1000101

Color Harmonies of #DA86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA86CF

Black with #DA86CF

Text Example


Text Example

White with #DA86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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