Html Css Color HEX #D667D8 Orchid

📋 copy color: '#D667D8'

red 214 ◦ green 103 ◦ blue 216

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

Shades of Orchid #D667D8

Tints of Orchid #D667D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 40.15%
G = 19.32%
B = 40.53%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D667D8 (or 0xD667D8) is known color: Orchid. HEX triplet: D6, 67 and D8. RGB value is (214,103,216). Sum of RGB (Red+Green+Blue) = 214+103+216=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #D667D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667D8 is #299827. Grayscale: #949494. Windows color (decimal): -2725928 or 14182358. OLE color: 14182358.

HSL color Cylindrical-coordinate representation of color #D667D8: hue angle of 298.94º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667D8 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 103 216 -
CMYK 0.01 0.52 0 0.15
HSL 298.94º 0.59% 0.63% -
HSV(B) 298.94º 0.52% 0.85% -
XYZ 44.98 28.95 68.18 -
YUV 149.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 214 103 216 0.01 0.52 0 0.15 298.94 0.59 0.63
Hex D6 67 D8 1 34 0 F 12B 3B 3F
Octal 326 147 330 1 64 0 17 453 73 77
Binary 11010110 1100111 11011000 1 110100 0 1111 100101011 111011 111111

Color Harmonies of #D667D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667D8

Black with #D667D8

Text Example


Text Example

White with #D667D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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