Html Css Color HEX #D672C7 Orchid

📋 copy color: '#D672C7'

red 214 ◦ green 114 ◦ blue 199

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

Shades of Orchid #D672C7

Tints of Orchid #D672C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 40.61%
G = 21.63%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D672C7 (or 0xD672C7) is known color: Orchid. HEX triplet: D6, 72 and C7. RGB value is (214,114,199). Sum of RGB (Red+Green+Blue) = 214+114+199=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D672C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672C7 is #298D38. Grayscale: #999999. Windows color (decimal): -2723129 or 13071062. OLE color: 13071062.

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

Color convert

RGB 214 114 199 -
CMYK 0 0.47 0.07 0.16
HSL 309º 0.55% 0.64% -
HSV(B) 309º 0.47% 0.84% -
XYZ 44.06 30.45 57.59 -
YUV 153.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 214 114 199 0 0.47 0.07 0.16 309 0.55 0.64
Hex D6 72 C7 0 2F 7 10 135 37 40
Octal 326 162 307 0 57 7 20 465 67 100
Binary 11010110 1110010 11000111 0 101111 111 10000 100110101 110111 1000000

Color Harmonies of #D672C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672C7

Black with #D672C7

Text Example


Text Example

White with #D672C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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