Html Css Color HEX #D672C6 Orchid

📋 copy color: '#D672C6'

red 214 ◦ green 114 ◦ blue 198

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

Shades of Orchid #D672C6

Tints of Orchid #D672C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 40.68%
G = 21.67%
B = 37.64%

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

#D672C6 (or 0xD672C6) is known color: Orchid. HEX triplet: D6, 72 and C6. RGB value is (214,114,198). Sum of RGB (Red+Green+Blue) = 214+114+198=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D672C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672C6 is #298D39. Grayscale: #999999. Windows color (decimal): -2723130 or 13005526. OLE color: 13005526.

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

Color convert

RGB 214 114 198 -
CMYK 0 0.47 0.07 0.16
HSL 309.6º 0.55% 0.64% -
HSV(B) 309.6º 0.47% 0.84% -
XYZ 43.94 30.41 56.98 -
YUV 153.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 214 114 198 0 0.47 0.07 0.16 309.6 0.55 0.64
Hex D6 72 C6 0 2F 7 10 136 37 40
Octal 326 162 306 0 57 7 20 466 67 100
Binary 11010110 1110010 11000110 0 101111 111 10000 100110110 110111 1000000

Color Harmonies of #D672C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672C6

Black with #D672C6

Text Example


Text Example

White with #D672C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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