Html Css Color HEX #DC68BE Orchid

📋 copy color: '#DC68BE'

red 220 ◦ green 104 ◦ blue 190

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

Shades of Orchid #DC68BE

Tints of Orchid #DC68BE

RGB

 RED value IS 220 (86.33% from 255) = 42.8%

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 42.8%
G = 20.23%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC68BE (or 0xDC68BE) is known color: Orchid. HEX triplet: DC, 68 and BE. RGB value is (220,104,190). Sum of RGB (Red+Green+Blue) = 220+104+190=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68BE is #239741. Grayscale: #949494. Windows color (decimal): -2332482 or 12478684. OLE color: 12478684.

HSL color Cylindrical-coordinate representation of color #DC68BE: hue angle of 315.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68BE is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 190 -
CMYK 0 0.53 0.14 0.14
HSL 315.52º 0.62% 0.64% -
HSV(B) 315.52º 0.53% 0.86% -
XYZ 43.76 28.83 51.97 -
YUV 148.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 220 104 190 0 0.53 0.14 0.14 315.52 0.62 0.64
Hex DC 68 BE 0 35 E E 13C 3E 40
Octal 334 150 276 0 65 16 16 474 76 100
Binary 11011100 1101000 10111110 0 110101 1110 1110 100111100 111110 1000000

Color Harmonies of #DC68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC68BE

Black with #DC68BE

Text Example


Text Example

White with #DC68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC68BE; }

 p { color: rgb(220,104,190); }

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

background-color css

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

 a { background-color: rgb(220,104,190); }

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

border-color css

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

 span { border-color: rgb(220,104,190); }

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