Html Css Color HEX #D682C1 Orchid

📋 copy color: '#D682C1'

red 214 ◦ green 130 ◦ blue 193

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

Shades of Orchid #D682C1

Tints of Orchid #D682C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 39.85%
G = 24.21%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D682C1 (or 0xD682C1) is known color: Orchid. HEX triplet: D6, 82 and C1. RGB value is (214,130,193). Sum of RGB (Red+Green+Blue) = 214+130+193=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C1 is #297D3E. Grayscale: #A2A2A2. Windows color (decimal): -2719039 or 12681942. OLE color: 12681942.

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

Color convert

RGB 214 130 193 -
CMYK 0 0.39 0.10 0.16
HSL 315º 0.51% 0.67% -
HSV(B) 315º 0.39% 0.84% -
XYZ 45.34 34.11 54.65 -
YUV 162.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 214 130 193 0 0.39 0.10 0.16 315 0.51 0.67
Hex D6 82 C1 0 27 A 10 13B 33 43
Octal 326 202 301 0 47 12 20 473 63 103
Binary 11010110 10000010 11000001 0 100111 1010 10000 100111011 110011 1000011

Color Harmonies of #D682C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682C1

Black with #D682C1

Text Example


Text Example

White with #D682C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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