Html Css Color HEX #D685DA Orchid

📋 copy color: '#D685DA'

red 214 ◦ green 133 ◦ blue 218

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

Shades of Orchid #D685DA

Tints of Orchid #D685DA

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 37.88%
G = 23.54%
B = 38.58%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D685DA (or 0xD685DA) is known color: Orchid. HEX triplet: D6, 85 and DA. RGB value is (214,133,218). Sum of RGB (Red+Green+Blue) = 214+133+218=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #D685DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DA is #297A25. Grayscale: #A6A6A6. Windows color (decimal): -2718246 or 14321110. OLE color: 14321110.

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

Color convert

RGB 214 133 218 -
CMYK 0.02 0.39 0 0.15
HSL 297.18º 0.53% 0.69% -
HSV(B) 297.18º 0.39% 0.85% -
XYZ 48.77 36.13 70.73 -
YUV 166.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 214 133 218 0.02 0.39 0 0.15 297.18 0.53 0.69
Hex D6 85 DA 2 27 0 F 129 35 45
Octal 326 205 332 2 47 0 17 451 65 105
Binary 11010110 10000101 11011010 10 100111 0 1111 100101001 110101 1000101

Color Harmonies of #D685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D685DA

Black with #D685DA

Text Example


Text Example

White with #D685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D685DA; }

 p { color: rgb(214,133,218); }

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

background-color css

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

 a { background-color: rgb(214,133,218); }

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

border-color css

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

 span { border-color: rgb(214,133,218); }

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