Html Css Color HEX #D682DA Orchid

📋 copy color: '#D682DA'

red 214 ◦ green 130 ◦ blue 218

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

Shades of Orchid #D682DA

Tints of Orchid #D682DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.13%

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

R = 38.08%
G = 23.13%
B = 38.79%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D682DA (or 0xD682DA) is known color: Orchid. HEX triplet: D6, 82 and DA. RGB value is (214,130,218). Sum of RGB (Red+Green+Blue) = 214+130+218=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #D682DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682DA is #297D25. Grayscale: #A4A4A4. Windows color (decimal): -2719014 or 14320342. OLE color: 14320342.

HSL color Cylindrical-coordinate representation of color #D682DA: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D682DA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 130 218 -
CMYK 0.02 0.40 0 0.15
HSL 297.27º 0.54% 0.68% -
HSV(B) 297.27º 0.4% 0.85% -
XYZ 48.37 35.32 70.6 -
YUV 165.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 214 130 218 0.02 0.40 0 0.15 297.27 0.54 0.68
Hex D6 82 DA 2 28 0 F 129 36 44
Octal 326 202 332 2 50 0 17 451 66 104
Binary 11010110 10000010 11011010 10 101000 0 1111 100101001 110110 1000100

Color Harmonies of #D682DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682DA

Black with #D682DA

Text Example


Text Example

White with #D682DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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