Html Css Color HEX #D67AC3 Orchid

📋 copy color: '#D67AC3'

red 214 ◦ green 122 ◦ blue 195

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

Shades of Orchid #D67AC3

Tints of Orchid #D67AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 40.3%
G = 22.98%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D67AC3 (or 0xD67AC3) is known color: Orchid. HEX triplet: D6, 7A and C3. RGB value is (214,122,195). Sum of RGB (Red+Green+Blue) = 214+122+195=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AC3 is #29853C. Grayscale: #9D9D9D. Windows color (decimal): -2721085 or 12810966. OLE color: 12810966.

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

Color convert

RGB 214 122 195 -
CMYK 0 0.43 0.09 0.16
HSL 312.39º 0.53% 0.66% -
HSV(B) 312.39º 0.43% 0.84% -
XYZ 44.54 32.16 55.49 -
YUV 157.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 214 122 195 0 0.43 0.09 0.16 312.39 0.53 0.66
Hex D6 7A C3 0 2B 9 10 138 35 42
Octal 326 172 303 0 53 11 20 470 65 102
Binary 11010110 1111010 11000011 0 101011 1001 10000 100111000 110101 1000010

Color Harmonies of #D67AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AC3

Black with #D67AC3

Text Example


Text Example

White with #D67AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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