Html Css Color HEX #D672D7 Orchid

📋 copy color: '#D672D7'

red 214 ◦ green 114 ◦ blue 215

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

Shades of Orchid #D672D7

Tints of Orchid #D672D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 39.41%
G = 20.99%
B = 39.59%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D672D7 (or 0xD672D7) is known color: Orchid. HEX triplet: D6, 72 and D7. RGB value is (214,114,215). Sum of RGB (Red+Green+Blue) = 214+114+215=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #D672D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672D7 is #298D28. Grayscale: #9B9B9B. Windows color (decimal): -2723113 or 14119638. OLE color: 14119638.

HSL color Cylindrical-coordinate representation of color #D672D7: hue angle of 299.41º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672D7 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 215 -
CMYK 0.00 0.47 0 0.16
HSL 299.41º 0.56% 0.65% -
HSV(B) 299.41º 0.47% 0.84% -
XYZ 46.01 31.24 67.89 -
YUV 155.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 214 114 215 0.00 0.47 0 0.16 299.41 0.56 0.65
Hex D6 72 D7 0 2F 0 10 12B 38 41
Octal 326 162 327 0 57 0 20 453 70 101
Binary 11010110 1110010 11010111 0 101111 0 10000 100101011 111000 1000001

Color Harmonies of #D672D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672D7

Black with #D672D7

Text Example


Text Example

White with #D672D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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