Html Css Color HEX #D467DE Orchid

📋 copy color: '#D467DE'

red 212 ◦ green 103 ◦ blue 222

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

Shades of Orchid #D467DE

Tints of Orchid #D467DE

RGB

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

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

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

R = 39.48%
G = 19.18%
B = 41.34%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D467DE (or 0xD467DE) is known color: Orchid. HEX triplet: D4, 67 and DE. RGB value is (212,103,222). Sum of RGB (Red+Green+Blue) = 212+103+222=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D467DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DE is #2B9821. Grayscale: #949494. Windows color (decimal): -2856994 or 14575572. OLE color: 14575572.

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

Color convert

RGB 212 103 222 -
CMYK 0.05 0.54 0 0.13
HSL 294.96º 0.64% 0.64% -
HSV(B) 294.96º 0.54% 0.87% -
XYZ 45.19 28.97 72.32 -
YUV 149.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 212 103 222 0.05 0.54 0 0.13 294.96 0.64 0.64
Hex D4 67 DE 5 36 0 D 127 40 40
Octal 324 147 336 5 66 0 15 447 100 100
Binary 11010100 1100111 11011110 101 110110 0 1101 100100111 1000000 1000000

Color Harmonies of #D467DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467DE

Black with #D467DE

Text Example


Text Example

White with #D467DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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