Html Css Color HEX #D67AC6 Orchid

📋 copy color: '#D67AC6'

red 214 ◦ green 122 ◦ blue 198

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

Shades of Orchid #D67AC6

Tints of Orchid #D67AC6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 40.07%
G = 22.85%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D67AC6 (or 0xD67AC6) is known color: Orchid. HEX triplet: D6, 7A and C6. RGB value is (214,122,198). Sum of RGB (Red+Green+Blue) = 214+122+198=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC6 is #298539. Grayscale: #9D9D9D. Windows color (decimal): -2721082 or 13007574. OLE color: 13007574.

HSL color Cylindrical-coordinate representation of color #D67AC6: hue angle of 310.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AC6 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 122 198 -
CMYK 0 0.43 0.07 0.16
HSL 310.43º 0.53% 0.66% -
HSV(B) 310.43º 0.43% 0.84% -
XYZ 44.88 32.29 57.29 -
YUV 158.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 214 122 198 0 0.43 0.07 0.16 310.43 0.53 0.66
Hex D6 7A C6 0 2B 7 10 136 35 42
Octal 326 172 306 0 53 7 20 466 65 102
Binary 11010110 1111010 11000110 0 101011 111 10000 100110110 110101 1000010

Color Harmonies of #D67AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AC6

Black with #D67AC6

Text Example


Text Example

White with #D67AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AC6; }

 p { color: rgb(214,122,198); }

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

background-color css

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

 a { background-color: rgb(214,122,198); }

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

border-color css

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

 span { border-color: rgb(214,122,198); }

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