Html Css Color HEX #D667DB Orchid

📋 copy color: '#D667DB'

red 214 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D667DB

Tints of Orchid #D667DB

RGB

 RED value IS 214 (83.98% from 255) = 39.93%

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

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

R = 39.93%
G = 19.22%
B = 40.86%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D667DB (or 0xD667DB) is known color: Orchid. HEX triplet: D6, 67 and DB. RGB value is (214,103,219). Sum of RGB (Red+Green+Blue) = 214+103+219=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D667DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667DB is #299824. Grayscale: #959595. Windows color (decimal): -2725925 or 14378966. OLE color: 14378966.

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

Color convert

RGB 214 103 219 -
CMYK 0.02 0.53 0 0.14
HSL 297.41º 0.62% 0.63% -
HSV(B) 297.41º 0.53% 0.86% -
XYZ 45.37 29.11 70.25 -
YUV 149.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 214 103 219 0.02 0.53 0 0.14 297.41 0.62 0.63
Hex D6 67 DB 2 35 0 E 129 3E 3F
Octal 326 147 333 2 65 0 16 451 76 77
Binary 11010110 1100111 11011011 10 110101 0 1110 100101001 111110 111111

Color Harmonies of #D667DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667DB

Black with #D667DB

Text Example


Text Example

White with #D667DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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