Html Css Color HEX #D668B8 Orchid

📋 copy color: '#D668B8'

red 214 ◦ green 104 ◦ blue 184

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

Shades of Orchid #D668B8

Tints of Orchid #D668B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 42.63%
G = 20.72%
B = 36.65%

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

#D668B8 (or 0xD668B8) is known color: Orchid. HEX triplet: D6, 68 and B8. RGB value is (214,104,184). Sum of RGB (Red+Green+Blue) = 214+104+184=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D668B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668B8 is #299747. Grayscale: #919191. Windows color (decimal): -2725704 or 12085462. OLE color: 12085462.

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

Color convert

RGB 214 104 184 -
CMYK 0 0.51 0.14 0.16
HSL 316.36º 0.57% 0.62% -
HSV(B) 316.36º 0.51% 0.84% -
XYZ 41.33 27.66 48.51 -
YUV 146.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 214 104 184 0 0.51 0.14 0.16 316.36 0.57 0.62
Hex D6 68 B8 0 33 E 10 13C 39 3E
Octal 326 150 270 0 63 16 20 474 71 76
Binary 11010110 1101000 10111000 0 110011 1110 10000 100111100 111001 111110

Color Harmonies of #D668B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668B8

Black with #D668B8

Text Example


Text Example

White with #D668B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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