Html Css Color HEX #D684C2 Orchid

📋 copy color: '#D684C2'

red 214 ◦ green 132 ◦ blue 194

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

Shades of Orchid #D684C2

Tints of Orchid #D684C2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.44%

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

R = 39.63%
G = 24.44%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D684C2 (or 0xD684C2) is known color: Orchid. HEX triplet: D6, 84 and C2. RGB value is (214,132,194). Sum of RGB (Red+Green+Blue) = 214+132+194=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C2 is #297B3D. Grayscale: #A3A3A3. Windows color (decimal): -2718526 or 12747990. OLE color: 12747990.

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

Color convert

RGB 214 132 194 -
CMYK 0 0.38 0.09 0.16
HSL 314.63º 0.5% 0.68% -
HSV(B) 314.63º 0.38% 0.84% -
XYZ 45.72 34.69 55.33 -
YUV 163.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 214 132 194 0 0.38 0.09 0.16 314.63 0.5 0.68
Hex D6 84 C2 0 26 9 10 13B 32 44
Octal 326 204 302 0 46 11 20 473 62 104
Binary 11010110 10000100 11000010 0 100110 1001 10000 100111011 110010 1000100

Color Harmonies of #D684C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684C2

Black with #D684C2

Text Example


Text Example

White with #D684C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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