Html Css Color HEX #D467DC Orchid

📋 copy color: '#D467DC'

red 212 ◦ green 103 ◦ blue 220

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

Shades of Orchid #D467DC

Tints of Orchid #D467DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.25%

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

R = 39.63%
G = 19.25%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D467DC (or 0xD467DC) is known color: Orchid. HEX triplet: D4, 67 and DC. RGB value is (212,103,220). Sum of RGB (Red+Green+Blue) = 212+103+220=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D467DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DC is #2B9823. Grayscale: #949494. Windows color (decimal): -2856996 or 14444500. OLE color: 14444500.

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

Color convert

RGB 212 103 220 -
CMYK 0.04 0.53 0 0.14
HSL 295.9º 0.63% 0.63% -
HSV(B) 295.9º 0.53% 0.86% -
XYZ 44.92 28.86 70.91 -
YUV 148.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 212 103 220 0.04 0.53 0 0.14 295.9 0.63 0.63
Hex D4 67 DC 4 35 0 E 128 3F 3F
Octal 324 147 334 4 65 0 16 450 77 77
Binary 11010100 1100111 11011100 100 110101 0 1110 100101000 111111 111111

Color Harmonies of #D467DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467DC

Black with #D467DC

Text Example


Text Example

White with #D467DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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