Html Css Color HEX #DC69BE Orchid

📋 copy color: '#DC69BE'

red 220 ◦ green 105 ◦ blue 190

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

Shades of Orchid #DC69BE

Tints of Orchid #DC69BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.39%

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

R = 42.72%
G = 20.39%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC69BE (or 0xDC69BE) is known color: Orchid. HEX triplet: DC, 69 and BE. RGB value is (220,105,190). Sum of RGB (Red+Green+Blue) = 220+105+190=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69BE is #239641. Grayscale: #949494. Windows color (decimal): -2332226 or 12478940. OLE color: 12478940.

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

Color convert

RGB 220 105 190 -
CMYK 0 0.52 0.14 0.14
HSL 315.65º 0.62% 0.64% -
HSV(B) 315.65º 0.52% 0.86% -
XYZ 43.86 29.04 52.01 -
YUV 149.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 220 105 190 0 0.52 0.14 0.14 315.65 0.62 0.64
Hex DC 69 BE 0 34 E E 13C 3E 40
Octal 334 151 276 0 64 16 16 474 76 100
Binary 11011100 1101001 10111110 0 110100 1110 1110 100111100 111110 1000000

Color Harmonies of #DC69BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69BE

Black with #DC69BE

Text Example


Text Example

White with #DC69BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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