Html Css Color HEX #D684C5 Orchid

📋 copy color: '#D684C5'

red 214 ◦ green 132 ◦ blue 197

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

Shades of Orchid #D684C5

Tints of Orchid #D684C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 39.41%
G = 24.31%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D684C5 (or 0xD684C5) is known color: Orchid. HEX triplet: D6, 84 and C5. RGB value is (214,132,197). Sum of RGB (Red+Green+Blue) = 214+132+197=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C5 is #297B3A. Grayscale: #A3A3A3. Windows color (decimal): -2718523 or 12944598. OLE color: 12944598.

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

Color convert

RGB 214 132 197 -
CMYK 0 0.38 0.08 0.16
HSL 312.44º 0.5% 0.68% -
HSV(B) 312.44º 0.38% 0.84% -
XYZ 46.06 34.83 57.12 -
YUV 163.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 214 132 197 0 0.38 0.08 0.16 312.44 0.5 0.68
Hex D6 84 C5 0 26 8 10 138 32 44
Octal 326 204 305 0 46 10 20 470 62 104
Binary 11010110 10000100 11000101 0 100110 1000 10000 100111000 110010 1000100

Color Harmonies of #D684C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D684C5

Black with #D684C5

Text Example


Text Example

White with #D684C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D684C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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