Html Css Color HEX #D465DD Orchid

📋 copy color: '#D465DD'

red 212 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D465DD

Tints of Orchid #D465DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.91%

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

R = 39.7%
G = 18.91%
B = 41.39%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D465DD (or 0xD465DD) is known color: Orchid. HEX triplet: D4, 65 and DD. RGB value is (212,101,221). Sum of RGB (Red+Green+Blue) = 212+101+221=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D465DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465DD is #2B9A22. Grayscale: #939393. Windows color (decimal): -2857507 or 14509524. OLE color: 14509524.

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

Color convert

RGB 212 101 221 -
CMYK 0.04 0.54 0 0.13
HSL 295.5º 0.64% 0.63% -
HSV(B) 295.5º 0.54% 0.87% -
XYZ 44.86 28.52 71.55 -
YUV 147.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 212 101 221 0.04 0.54 0 0.13 295.5 0.64 0.63
Hex D4 65 DD 4 36 0 D 128 40 3F
Octal 324 145 335 4 66 0 15 450 100 77
Binary 11010100 1100101 11011101 100 110110 0 1101 100101000 1000000 111111

Color Harmonies of #D465DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465DD

Black with #D465DD

Text Example


Text Example

White with #D465DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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