Html Css Color HEX #D67DD3 Orchid

📋 copy color: '#D67DD3'

red 214 ◦ green 125 ◦ blue 211

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

Shades of Orchid #D67DD3

Tints of Orchid #D67DD3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.73%

 BLUE value IS 211 (82.81% from 255) = 38.36%

R = 38.91%
G = 22.73%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D67DD3 (or 0xD67DD3) is known color: Orchid. HEX triplet: D6, 7D and D3. RGB value is (214,125,211). Sum of RGB (Red+Green+Blue) = 214+125+211=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DD3 is #29822C. Grayscale: #A1A1A1. Windows color (decimal): -2720301 or 13860310. OLE color: 13860310.

HSL color Cylindrical-coordinate representation of color #D67DD3: hue angle of 302.02º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67DD3 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 125 211 -
CMYK 0 0.42 0.01 0.16
HSL 302.02º 0.52% 0.66% -
HSV(B) 302.02º 0.42% 0.84% -
XYZ 46.82 33.67 65.66 -
YUV 161.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 214 125 211 0 0.42 0.01 0.16 302.02 0.52 0.66
Hex D6 7D D3 0 2A 1 10 12E 34 42
Octal 326 175 323 0 52 1 20 456 64 102
Binary 11010110 1111101 11010011 0 101010 1 10000 100101110 110100 1000010

Color Harmonies of #D67DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DD3

Black with #D67DD3

Text Example


Text Example

White with #D67DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DD3; }

 p { color: rgb(214,125,211); }

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

background-color css

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

 a { background-color: rgb(214,125,211); }

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

border-color css

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

 span { border-color: rgb(214,125,211); }

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