Html Css Color HEX #D668B7 Orchid

📋 copy color: '#D668B7'

red 214 ◦ green 104 ◦ blue 183

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

Shades of Orchid #D668B7

Tints of Orchid #D668B7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 42.71%
G = 20.76%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D668B7 (or 0xD668B7) is known color: Orchid. HEX triplet: D6, 68 and B7. RGB value is (214,104,183). Sum of RGB (Red+Green+Blue) = 214+104+183=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D668B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668B7 is #299748. Grayscale: #919191. Windows color (decimal): -2725705 or 12019926. OLE color: 12019926.

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

Color convert

RGB 214 104 183 -
CMYK 0 0.51 0.14 0.16
HSL 316.91º 0.57% 0.62% -
HSV(B) 316.91º 0.51% 0.84% -
XYZ 41.23 27.62 47.96 -
YUV 145.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 214 104 183 0 0.51 0.14 0.16 316.91 0.57 0.62
Hex D6 68 B7 0 33 E 10 13D 39 3E
Octal 326 150 267 0 63 16 20 475 71 76
Binary 11010110 1101000 10110111 0 110011 1110 10000 100111101 111001 111110

Color Harmonies of #D668B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668B7

Black with #D668B7

Text Example


Text Example

White with #D668B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668B7; }

 p { color: rgb(214,104,183); }

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

background-color css

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

 a { background-color: rgb(214,104,183); }

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

border-color css

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

 span { border-color: rgb(214,104,183); }

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