Html Css Color HEX #D672DD Orchid

📋 copy color: '#D672DD'

red 214 ◦ green 114 ◦ blue 221

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

Shades of Orchid #D672DD

Tints of Orchid #D672DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.77%

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 38.98%
G = 20.77%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D672DD (or 0xD672DD) is known color: Orchid. HEX triplet: D6, 72 and DD. RGB value is (214,114,221). Sum of RGB (Red+Green+Blue) = 214+114+221=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D672DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672DD is #298D22. Grayscale: #9B9B9B. Windows color (decimal): -2723107 or 14512854. OLE color: 14512854.

HSL color Cylindrical-coordinate representation of color #D672DD: hue angle of 296.07º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D672DD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 114 221 -
CMYK 0.03 0.48 0 0.13
HSL 296.07º 0.61% 0.66% -
HSV(B) 296.07º 0.48% 0.87% -
XYZ 46.8 31.55 72.03 -
YUV 156.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 214 114 221 0.03 0.48 0 0.13 296.07 0.61 0.66
Hex D6 72 DD 3 30 0 D 128 3D 42
Octal 326 162 335 3 60 0 15 450 75 102
Binary 11010110 1110010 11011101 11 110000 0 1101 100101000 111101 1000010

Color Harmonies of #D672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672DD

Black with #D672DD

Text Example


Text Example

White with #D672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672DD; }

 p { color: rgb(214,114,221); }

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

background-color css

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

 a { background-color: rgb(214,114,221); }

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

border-color css

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

 span { border-color: rgb(214,114,221); }

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