Html Css Color HEX #D668BC Orchid

📋 copy color: '#D668BC'

red 214 ◦ green 104 ◦ blue 188

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

Shades of Orchid #D668BC

Tints of Orchid #D668BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 42.29%
G = 20.55%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D668BC (or 0xD668BC) is known color: Orchid. HEX triplet: D6, 68 and BC. RGB value is (214,104,188). Sum of RGB (Red+Green+Blue) = 214+104+188=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D668BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668BC is #299743. Grayscale: #929292. Windows color (decimal): -2725700 or 12347606. OLE color: 12347606.

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

Color convert

RGB 214 104 188 -
CMYK 0 0.51 0.12 0.16
HSL 314.18º 0.57% 0.62% -
HSV(B) 314.18º 0.51% 0.84% -
XYZ 41.76 27.83 50.75 -
YUV 146.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 214 104 188 0 0.51 0.12 0.16 314.18 0.57 0.62
Hex D6 68 BC 0 33 C 10 13A 39 3E
Octal 326 150 274 0 63 14 20 472 71 76
Binary 11010110 1101000 10111100 0 110011 1100 10000 100111010 111001 111110

Color Harmonies of #D668BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668BC

Black with #D668BC

Text Example


Text Example

White with #D668BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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