Html Css Color HEX #D67ACD Orchid

📋 copy color: '#D67ACD'

red 214 ◦ green 122 ◦ blue 205

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

Shades of Orchid #D67ACD

Tints of Orchid #D67ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.89%

R = 39.56%
G = 22.55%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D67ACD (or 0xD67ACD) is known color: Orchid. HEX triplet: D6, 7A and CD. RGB value is (214,122,205). Sum of RGB (Red+Green+Blue) = 214+122+205=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ACD is #298532. Grayscale: #9E9E9E. Windows color (decimal): -2721075 or 13466326. OLE color: 13466326.

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

Color convert

RGB 214 122 205 -
CMYK 0 0.43 0.04 0.16
HSL 305.87º 0.53% 0.66% -
HSV(B) 305.87º 0.43% 0.84% -
XYZ 45.71 32.62 61.65 -
YUV 158.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 214 122 205 0 0.43 0.04 0.16 305.87 0.53 0.66
Hex D6 7A CD 0 2B 4 10 132 35 42
Octal 326 172 315 0 53 4 20 462 65 102
Binary 11010110 1111010 11001101 0 101011 100 10000 100110010 110101 1000010

Color Harmonies of #D67ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67ACD

Black with #D67ACD

Text Example


Text Example

White with #D67ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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