Html Css Color HEX #D672C9 Orchid

📋 copy color: '#D672C9'

red 214 ◦ green 114 ◦ blue 201

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

Shades of Orchid #D672C9

Tints of Orchid #D672C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 40.45%
G = 21.55%
B = 38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D672C9 (or 0xD672C9) is known color: Orchid. HEX triplet: D6, 72 and C9. RGB value is (214,114,201). Sum of RGB (Red+Green+Blue) = 214+114+201=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D672C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672C9 is #298D36. Grayscale: #999999. Windows color (decimal): -2723127 or 13202134. OLE color: 13202134.

HSL color Cylindrical-coordinate representation of color #D672C9: hue angle of 307.8º 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 #D672C9 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 201 -
CMYK 0 0.47 0.06 0.16
HSL 307.8º 0.55% 0.64% -
HSV(B) 307.8º 0.47% 0.84% -
XYZ 44.29 30.55 58.82 -
YUV 153.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 214 114 201 0 0.47 0.06 0.16 307.8 0.55 0.64
Hex D6 72 C9 0 2F 6 10 134 37 40
Octal 326 162 311 0 57 6 20 464 67 100
Binary 11010110 1110010 11001001 0 101111 110 10000 100110100 110111 1000000

Color Harmonies of #D672C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672C9

Black with #D672C9

Text Example


Text Example

White with #D672C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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