Html Css Color HEX #D465DE Orchid

📋 copy color: '#D465DE'

red 212 ◦ green 101 ◦ blue 222

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

Shades of Orchid #D465DE

Tints of Orchid #D465DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 39.63%
G = 18.88%
B = 41.5%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D465DE (or 0xD465DE) is known color: Orchid. HEX triplet: D4, 65 and DE. RGB value is (212,101,222). Sum of RGB (Red+Green+Blue) = 212+101+222=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #D465DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465DE is #2B9A21. Grayscale: #939393. Windows color (decimal): -2857506 or 14575060. OLE color: 14575060.

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

Color convert

RGB 212 101 222 -
CMYK 0.05 0.55 0 0.13
HSL 295.04º 0.65% 0.63% -
HSV(B) 295.04º 0.55% 0.87% -
XYZ 44.99 28.58 72.25 -
YUV 147.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 212 101 222 0.05 0.55 0 0.13 295.04 0.65 0.63
Hex D4 65 DE 5 37 0 D 127 41 3F
Octal 324 145 336 5 67 0 15 447 101 77
Binary 11010100 1100101 11011110 101 110111 0 1101 100100111 1000001 111111

Color Harmonies of #D465DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465DE

Black with #D465DE

Text Example


Text Example

White with #D465DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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