Html Css Color HEX #D461DD Orchid

📋 copy color: '#D461DD'

red 212 ◦ green 97 ◦ blue 221

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

Shades of Orchid #D461DD

Tints of Orchid #D461DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 40%
G = 18.3%
B = 41.7%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D461DD (or 0xD461DD) is known color: Orchid. HEX triplet: D4, 61 and DD. RGB value is (212,97,221). Sum of RGB (Red+Green+Blue) = 212+97+221=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #D461DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461DD is #2B9E22. Grayscale: #919191. Windows color (decimal): -2858531 or 14508500. OLE color: 14508500.

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

Color convert

RGB 212 97 221 -
CMYK 0.04 0.56 0 0.13
HSL 295.65º 0.65% 0.62% -
HSV(B) 295.65º 0.56% 0.87% -
XYZ 44.48 27.77 71.42 -
YUV 145.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 212 97 221 0.04 0.56 0 0.13 295.65 0.65 0.62
Hex D4 61 DD 4 38 0 D 128 41 3E
Octal 324 141 335 4 70 0 15 450 101 76
Binary 11010100 1100001 11011101 100 111000 0 1101 100101000 1000001 111110

Color Harmonies of #D461DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461DD

Black with #D461DD

Text Example


Text Example

White with #D461DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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