Html Css Color HEX #D670DD Orchid

📋 copy color: '#D670DD'

red 214 ◦ green 112 ◦ blue 221

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

Shades of Orchid #D670DD

Tints of Orchid #D670DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.48%

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

R = 39.12%
G = 20.48%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D670DD (or 0xD670DD) is known color: Orchid. HEX triplet: D6, 70 and DD. RGB value is (214,112,221). Sum of RGB (Red+Green+Blue) = 214+112+221=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D670DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DD is #298F22. Grayscale: #9A9A9A. Windows color (decimal): -2723619 or 14512342. OLE color: 14512342.

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

Color convert

RGB 214 112 221 -
CMYK 0.03 0.49 0 0.13
HSL 296.15º 0.62% 0.65% -
HSV(B) 296.15º 0.49% 0.87% -
XYZ 46.58 31.1 71.96 -
YUV 154.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 214 112 221 0.03 0.49 0 0.13 296.15 0.62 0.65
Hex D6 70 DD 3 31 0 D 128 3E 41
Octal 326 160 335 3 61 0 15 450 76 101
Binary 11010110 1110000 11011101 11 110001 0 1101 100101000 111110 1000001

Color Harmonies of #D670DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670DD

Black with #D670DD

Text Example


Text Example

White with #D670DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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