Html Css Color HEX #D672C5 Orchid

📋 copy color: '#D672C5'

red 214 ◦ green 114 ◦ blue 197

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

Shades of Orchid #D672C5

Tints of Orchid #D672C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 40.76%
G = 21.71%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D672C5 (or 0xD672C5) is known color: Orchid. HEX triplet: D6, 72 and C5. RGB value is (214,114,197). Sum of RGB (Red+Green+Blue) = 214+114+197=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D672C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672C5 is #298D3A. Grayscale: #999999. Windows color (decimal): -2723131 or 12939990. OLE color: 12939990.

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

Color convert

RGB 214 114 197 -
CMYK 0 0.47 0.08 0.16
HSL 310.2º 0.55% 0.64% -
HSV(B) 310.2º 0.47% 0.84% -
XYZ 43.83 30.36 56.37 -
YUV 153.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 214 114 197 0 0.47 0.08 0.16 310.2 0.55 0.64
Hex D6 72 C5 0 2F 8 10 136 37 40
Octal 326 162 305 0 57 10 20 466 67 100
Binary 11010110 1110010 11000101 0 101111 1000 10000 100110110 110111 1000000

Color Harmonies of #D672C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672C5

Black with #D672C5

Text Example


Text Example

White with #D672C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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