Html Css Color HEX #D672CD Orchid

📋 copy color: '#D672CD'

red 214 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D672CD

Tints of Orchid #D672CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 40.15%
G = 21.39%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D672CD (or 0xD672CD) is known color: Orchid. HEX triplet: D6, 72 and CD. RGB value is (214,114,205). Sum of RGB (Red+Green+Blue) = 214+114+205=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CD is #298D32. Grayscale: #9A9A9A. Windows color (decimal): -2723123 or 13464278. OLE color: 13464278.

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

Color convert

RGB 214 114 205 -
CMYK 0 0.47 0.04 0.16
HSL 305.4º 0.55% 0.64% -
HSV(B) 305.4º 0.47% 0.84% -
XYZ 44.77 30.74 61.33 -
YUV 154.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 214 114 205 0 0.47 0.04 0.16 305.4 0.55 0.64
Hex D6 72 CD 0 2F 4 10 131 37 40
Octal 326 162 315 0 57 4 20 461 67 100
Binary 11010110 1110010 11001101 0 101111 100 10000 100110001 110111 1000000

Color Harmonies of #D672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672CD

Black with #D672CD

Text Example


Text Example

White with #D672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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