Html Css Color HEX #D682C2 Orchid

📋 copy color: '#D682C2'

red 214 ◦ green 130 ◦ blue 194

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

Shades of Orchid #D682C2

Tints of Orchid #D682C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 39.78%
G = 24.16%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D682C2 (or 0xD682C2) is known color: Orchid. HEX triplet: D6, 82 and C2. RGB value is (214,130,194). Sum of RGB (Red+Green+Blue) = 214+130+194=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C2 is #297D3D. Grayscale: #A2A2A2. Windows color (decimal): -2719038 or 12747478. OLE color: 12747478.

HSL color Cylindrical-coordinate representation of color #D682C2: hue angle of 314.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682C2 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 194 -
CMYK 0 0.39 0.09 0.16
HSL 314.29º 0.51% 0.67% -
HSV(B) 314.29º 0.39% 0.84% -
XYZ 45.45 34.16 55.24 -
YUV 162.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 214 130 194 0 0.39 0.09 0.16 314.29 0.51 0.67
Hex D6 82 C2 0 27 9 10 13A 33 43
Octal 326 202 302 0 47 11 20 472 63 103
Binary 11010110 10000010 11000010 0 100111 1001 10000 100111010 110011 1000011

Color Harmonies of #D682C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682C2

Black with #D682C2

Text Example


Text Example

White with #D682C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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