Html Css Color HEX #DC65BE Orchid

📋 copy color: '#DC65BE'

red 220 ◦ green 101 ◦ blue 190

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

Shades of Orchid #DC65BE

Tints of Orchid #DC65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

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

R = 43.05%
G = 19.77%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC65BE (or 0xDC65BE) is known color: Orchid. HEX triplet: DC, 65 and BE. RGB value is (220,101,190). Sum of RGB (Red+Green+Blue) = 220+101+190=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65BE is #239A41. Grayscale: #929292. Windows color (decimal): -2333250 or 12477916. OLE color: 12477916.

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

Color convert

RGB 220 101 190 -
CMYK 0 0.54 0.14 0.14
HSL 315.13º 0.63% 0.63% -
HSV(B) 315.13º 0.54% 0.86% -
XYZ 43.46 28.24 51.88 -
YUV 146.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 220 101 190 0 0.54 0.14 0.14 315.13 0.63 0.63
Hex DC 65 BE 0 36 E E 13B 3F 3F
Octal 334 145 276 0 66 16 16 473 77 77
Binary 11011100 1100101 10111110 0 110110 1110 1110 100111011 111111 111111

Color Harmonies of #DC65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65BE

Black with #DC65BE

Text Example


Text Example

White with #DC65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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