Html Css Color HEX #D467DF Orchid

📋 copy color: '#D467DF'

red 212 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D467DF

Tints of Orchid #D467DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 39.41%
G = 19.14%
B = 41.45%

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

#D467DF (or 0xD467DF) is known color: Orchid. HEX triplet: D4, 67 and DF. RGB value is (212,103,223). Sum of RGB (Red+Green+Blue) = 212+103+223=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D467DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DF is #2B9820. Grayscale: #949494. Windows color (decimal): -2856993 or 14641108. OLE color: 14641108.

HSL color Cylindrical-coordinate representation of color #D467DF: hue angle of 294.5º degrees, saturation: 0.65, 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 #D467DF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 103 223 -
CMYK 0.05 0.54 0 0.13
HSL 294.5º 0.65% 0.64% -
HSV(B) 294.5º 0.54% 0.87% -
XYZ 45.32 29.03 73.03 -
YUV 149.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 212 103 223 0.05 0.54 0 0.13 294.5 0.65 0.64
Hex D4 67 DF 5 36 0 D 126 41 40
Octal 324 147 337 5 66 0 15 446 101 100
Binary 11010100 1100111 11011111 101 110110 0 1101 100100110 1000001 1000000

Color Harmonies of #D467DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467DF

Black with #D467DF

Text Example


Text Example

White with #D467DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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