Html Css Color HEX #D667B9 Orchid

📋 copy color: '#D667B9'

red 214 ◦ green 103 ◦ blue 185

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

Shades of Orchid #D667B9

Tints of Orchid #D667B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 42.63%
G = 20.52%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D667B9 (or 0xD667B9) is known color: Orchid. HEX triplet: D6, 67 and B9. RGB value is (214,103,185). Sum of RGB (Red+Green+Blue) = 214+103+185=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D667B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667B9 is #299846. Grayscale: #919191. Windows color (decimal): -2725959 or 12150742. OLE color: 12150742.

HSL color Cylindrical-coordinate representation of color #D667B9: hue angle of 315.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667B9 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 185 -
CMYK 0 0.52 0.14 0.16
HSL 315.68º 0.58% 0.62% -
HSV(B) 315.68º 0.52% 0.84% -
XYZ 41.34 27.5 49.03 -
YUV 145.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 214 103 185 0 0.52 0.14 0.16 315.68 0.58 0.62
Hex D6 67 B9 0 34 E 10 13C 3A 3E
Octal 326 147 271 0 64 16 20 474 72 76
Binary 11010110 1100111 10111001 0 110100 1110 10000 100111100 111010 111110

Color Harmonies of #D667B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667B9

Black with #D667B9

Text Example


Text Example

White with #D667B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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