Html Css Color HEX #D67AC0 Orchid

📋 copy color: '#D67AC0'

red 214 ◦ green 122 ◦ blue 192

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

Shades of Orchid #D67AC0

Tints of Orchid #D67AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 40.53%
G = 23.11%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D67AC0 (or 0xD67AC0) is known color: Orchid. HEX triplet: D6, 7A and C0. RGB value is (214,122,192). Sum of RGB (Red+Green+Blue) = 214+122+192=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC0 is #29853F. Grayscale: #9D9D9D. Windows color (decimal): -2721088 or 12614358. OLE color: 12614358.

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

Color convert

RGB 214 122 192 -
CMYK 0 0.43 0.10 0.16
HSL 314.35º 0.53% 0.66% -
HSV(B) 314.35º 0.43% 0.84% -
XYZ 44.21 32.02 53.72 -
YUV 157.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 214 122 192 0 0.43 0.10 0.16 314.35 0.53 0.66
Hex D6 7A C0 0 2B A 10 13A 35 42
Octal 326 172 300 0 53 12 20 472 65 102
Binary 11010110 1111010 11000000 0 101011 1010 10000 100111010 110101 1000010

Color Harmonies of #D67AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AC0

Black with #D67AC0

Text Example


Text Example

White with #D67AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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