Html Css Color HEX #D461DC Orchid

📋 copy color: '#D461DC'

red 212 ◦ green 97 ◦ blue 220

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

Shades of Orchid #D461DC

Tints of Orchid #D461DC

RGB

 RED value IS 212 (83.2% from 255) = 40.08%

 GREEN value IS 97 (38.28% from 255) = 18.34%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 40.08%
G = 18.34%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D461DC (or 0xD461DC) is known color: Orchid. HEX triplet: D4, 61 and DC. RGB value is (212,97,220). Sum of RGB (Red+Green+Blue) = 212+97+220=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #D461DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461DC is #2B9E23. Grayscale: #919191. Windows color (decimal): -2858532 or 14442964. OLE color: 14442964.

HSL color Cylindrical-coordinate representation of color #D461DC: hue angle of 296.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D461DC is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 97 220 -
CMYK 0.04 0.56 0 0.14
HSL 296.1º 0.64% 0.62% -
HSV(B) 296.1º 0.56% 0.86% -
XYZ 44.34 27.71 70.72 -
YUV 145.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 212 97 220 0.04 0.56 0 0.14 296.1 0.64 0.62
Hex D4 61 DC 4 38 0 E 128 40 3E
Octal 324 141 334 4 70 0 16 450 100 76
Binary 11010100 1100001 11011100 100 111000 0 1110 100101000 1000000 111110

Color Harmonies of #D461DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461DC

Black with #D461DC

Text Example


Text Example

White with #D461DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461DC; }

 p { color: rgb(212,97,220); }

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

background-color css

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

 a { background-color: rgb(212,97,220); }

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

border-color css

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

 span { border-color: rgb(212,97,220); }

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