Html Css Color HEX #D67AC5 Orchid

📋 copy color: '#D67AC5'

red 214 ◦ green 122 ◦ blue 197

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

Shades of Orchid #D67AC5

Tints of Orchid #D67AC5

RGB

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

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

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

R = 40.15%
G = 22.89%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D67AC5 (or 0xD67AC5) is known color: Orchid. HEX triplet: D6, 7A and C5. RGB value is (214,122,197). Sum of RGB (Red+Green+Blue) = 214+122+197=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC5 is #29853A. Grayscale: #9D9D9D. Windows color (decimal): -2721083 or 12942038. OLE color: 12942038.

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

Color convert

RGB 214 122 197 -
CMYK 0 0.43 0.08 0.16
HSL 311.09º 0.53% 0.66% -
HSV(B) 311.09º 0.43% 0.84% -
XYZ 44.77 32.25 56.69 -
YUV 158.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 214 122 197 0 0.43 0.08 0.16 311.09 0.53 0.66
Hex D6 7A C5 0 2B 8 10 137 35 42
Octal 326 172 305 0 53 10 20 467 65 102
Binary 11010110 1111010 11000101 0 101011 1000 10000 100110111 110101 1000010

Color Harmonies of #D67AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AC5

Black with #D67AC5

Text Example


Text Example

White with #D67AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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