Html Css Color HEX #D672DA Orchid

📋 copy color: '#D672DA'

red 214 ◦ green 114 ◦ blue 218

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

Shades of Orchid #D672DA

Tints of Orchid #D672DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 39.19%
G = 20.88%
B = 39.93%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D672DA (or 0xD672DA) is known color: Orchid. HEX triplet: D6, 72 and DA. RGB value is (214,114,218). Sum of RGB (Red+Green+Blue) = 214+114+218=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D672DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672DA is #298D25. Grayscale: #9B9B9B. Windows color (decimal): -2723110 or 14316246. OLE color: 14316246.

HSL color Cylindrical-coordinate representation of color #D672DA: hue angle of 297.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D672DA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 114 218 -
CMYK 0.02 0.48 0 0.15
HSL 297.69º 0.58% 0.65% -
HSV(B) 297.69º 0.48% 0.85% -
XYZ 46.4 31.39 69.94 -
YUV 155.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 214 114 218 0.02 0.48 0 0.15 297.69 0.58 0.65
Hex D6 72 DA 2 30 0 F 12A 3A 41
Octal 326 162 332 2 60 0 17 452 72 101
Binary 11010110 1110010 11011010 10 110000 0 1111 100101010 111010 1000001

Color Harmonies of #D672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672DA

Black with #D672DA

Text Example


Text Example

White with #D672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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