Html Css Color HEX #D467DB Orchid

📋 copy color: '#D467DB'

red 212 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D467DB

Tints of Orchid #D467DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 39.7%
G = 19.29%
B = 41.01%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D467DB (or 0xD467DB) is known color: Orchid. HEX triplet: D4, 67 and DB. RGB value is (212,103,219). Sum of RGB (Red+Green+Blue) = 212+103+219=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D467DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DB is #2B9824. Grayscale: #949494. Windows color (decimal): -2856997 or 14378964. OLE color: 14378964.

HSL color Cylindrical-coordinate representation of color #D467DB: hue angle of 296.38º degrees, saturation: 0.62, 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 #D467DB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 103 219 -
CMYK 0.03 0.53 0 0.14
HSL 296.38º 0.62% 0.63% -
HSV(B) 296.38º 0.53% 0.86% -
XYZ 44.79 28.81 70.22 -
YUV 148.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 212 103 219 0.03 0.53 0 0.14 296.38 0.62 0.63
Hex D4 67 DB 3 35 0 E 128 3E 3F
Octal 324 147 333 3 65 0 16 450 76 77
Binary 11010100 1100111 11011011 11 110101 0 1110 100101000 111110 111111

Color Harmonies of #D467DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467DB

Black with #D467DB

Text Example


Text Example

White with #D467DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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