Html Css Color HEX #D672CC Orchid

📋 copy color: '#D672CC'

red 214 ◦ green 114 ◦ blue 204

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

Shades of Orchid #D672CC

Tints of Orchid #D672CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 40.23%
G = 21.43%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D672CC (or 0xD672CC) is known color: Orchid. HEX triplet: D6, 72 and CC. RGB value is (214,114,204). Sum of RGB (Red+Green+Blue) = 214+114+204=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CC is #298D33. Grayscale: #999999. Windows color (decimal): -2723124 or 13398742. OLE color: 13398742.

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

Color convert

RGB 214 114 204 -
CMYK 0 0.47 0.05 0.16
HSL 306º 0.55% 0.64% -
HSV(B) 306º 0.47% 0.84% -
XYZ 44.65 30.69 60.7 -
YUV 154.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 214 114 204 0 0.47 0.05 0.16 306 0.55 0.64
Hex D6 72 CC 0 2F 5 10 132 37 40
Octal 326 162 314 0 57 5 20 462 67 100
Binary 11010110 1110010 11001100 0 101111 101 10000 100110010 110111 1000000

Color Harmonies of #D672CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672CC

Black with #D672CC

Text Example


Text Example

White with #D672CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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