Html Css Color HEX #D67AC1 Orchid

📋 copy color: '#D67AC1'

red 214 ◦ green 122 ◦ blue 193

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

Shades of Orchid #D67AC1

Tints of Orchid #D67AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 40.45%
G = 23.06%
B = 36.48%

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

#D67AC1 (or 0xD67AC1) is known color: Orchid. HEX triplet: D6, 7A and C1. RGB value is (214,122,193). Sum of RGB (Red+Green+Blue) = 214+122+193=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC1 is #29853E. Grayscale: #9D9D9D. Windows color (decimal): -2721087 or 12679894. OLE color: 12679894.

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

Color convert

RGB 214 122 193 -
CMYK 0 0.43 0.10 0.16
HSL 313.7º 0.53% 0.66% -
HSV(B) 313.7º 0.43% 0.84% -
XYZ 44.32 32.07 54.31 -
YUV 157.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 214 122 193 0 0.43 0.10 0.16 313.7 0.53 0.66
Hex D6 7A C1 0 2B A 10 13A 35 42
Octal 326 172 301 0 53 12 20 472 65 102
Binary 11010110 1111010 11000001 0 101011 1010 10000 100111010 110101 1000010

Color Harmonies of #D67AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AC1

Black with #D67AC1

Text Example


Text Example

White with #D67AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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