Html Css Color HEX #DC65BF Orchid

📋 copy color: '#DC65BF'

red 220 ◦ green 101 ◦ blue 191

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

Shades of Orchid #DC65BF

Tints of Orchid #DC65BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 42.97%
G = 19.73%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC65BF (or 0xDC65BF) is known color: Orchid. HEX triplet: DC, 65 and BF. RGB value is (220,101,191). Sum of RGB (Red+Green+Blue) = 220+101+191=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65BF is #239A40. Grayscale: #929292. Windows color (decimal): -2333249 or 12543452. OLE color: 12543452.

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

Color convert

RGB 220 101 191 -
CMYK 0 0.54 0.13 0.14
HSL 314.62º 0.63% 0.63% -
HSV(B) 314.62º 0.54% 0.86% -
XYZ 43.57 28.28 52.45 -
YUV 146.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 220 101 191 0 0.54 0.13 0.14 314.62 0.63 0.63
Hex DC 65 BF 0 36 D E 13B 3F 3F
Octal 334 145 277 0 66 15 16 473 77 77
Binary 11011100 1100101 10111111 0 110110 1101 1110 100111011 111111 111111

Color Harmonies of #DC65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65BF

Black with #DC65BF

Text Example


Text Example

White with #DC65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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